Our great sponsors
-
react-native-image-picker
:sunrise_over_mountains: A React Native module that allows you to use native UI to select media from the device library or directly from the camera.
I'm going to be getting images from the user (using react-native-image-picker) saving them in Firebase Cloud Storage.
-
I use @georstat/react-native-image-cache (I’m one of the authors) for caching and https://github.com/bamlab/react-native-image-resizer to resize the image before sending it to the server.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- React Native ImagePicker : Pick Image from Camera and Gallery in Android
- Photo question
- "Undefined is not an object"
- React Native: Attempt to invoke virtual method 'boolean.java.lang.String.equals(java.lang.Object)' on a null reference object
- Is there a native way to build an image picker/photo upload? It seems like react-native-image-picker is popular, but can I make one without a library?