I am very new to react-native. I am having good experience on Cordova/ionic framework for Hybrid app development. I am just exploring react/react-native. One concept which I like is "virtualDOM" There are a couple of questions here. (some might be layman questions. But, just want clear my thinking.)
- Because of VirtualDOM, do you think the memory footprint will increase?
- I am trying to develop a small app which plays/pauses/stops a video. and starts/stops the recording of the video. Do you have any plugins available for accessing media devices?
- Does react-native support all device native features?( like Address Book, file system, geolocation, vibration, battery status, device native calendar, capture, contacts, device, device motion, SMS). If so, can you point me to some links where I can access the device specific features?