This example can be followed here:
https://blog.sudo.org.au/sudo-session-react-native-week-9/
👉 app.json
👉 App.js
👉 package.json
- Text component and StyleSheet styles
- Image component & setState
- Button component & onPress event handler
- Custom button with TouchableOpacity component
- Refactor Custom button placing it in an external file
- TextInput component, onChange event handler & Dimensions
- ScrollView component
- Platform specific code (Custom button & Text showing device OS)
- AsyncStorage
- Lottie animation component
- Play a sound with Audio.Sound component
- BlurView component
- Constants & Util components
- DocumentPicker component
- MapView & Location components
- ImagePicker component to access camera and image library
- WebBrowser & WebView components