- A Collection of "Special React Component"
- Components compile to ntive widges
- Native platform APIs exposed to javascript
- Connects Javascript and Native platform code
Step: 1
<View style={[styles.Container]}></View>
Step: 2
<View style={[styles.Container, { backgroundColor: 'red' }]}></View>
Step: 3
<View style={([styles.Container], { backgroundColor: 'red' })}></View>
For Status Bar Color
<StatusBar backgroundColor={'red'} />
<View keyboardShouldPersistTaps="handled" contentInsetAdjustmentBehavior="automatic"></View>
react-native-snackbar