Our great sponsors
-
I will also be working off an existing AWS backend application that has already been created with the AWS Amplify CLI and has had both the 'auth' and 'api' feature categories added. You can follow along with this creation by going to the official Amplify react-native docs. Or ;tldr it and simply clone this repo
-
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.
Once we have that we need to write a function that locates images on the device and displays them for the user to select. Luckily there is a third-party library called React Native Image Picker that will do most of this for us. So, let’s create a function to call this library, it should look something like this.
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
Related posts
- 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?
- Is there a RN library for image picking similar to whatsapp image picker ?
- How to Upload Images from React Native
- Are there any scroll wheel date picker packages out there for React v17.0.2?