An example for experimenting with react-native-image-picker.
Install dependencies using:
yarn installStart the packager with:
yarn startYou may have noticed that we didn't have react-native-image-picker as a dependency, because we use wml to watch and copy files from ../ to node_modules/react-native-image-picker. Like this, we can develop in real-time using a symlink-like.