Ingen beskrivning

app.json 389B

12345678910111213141516
  1. {
  2. "name": "SafeAreaViewExample",
  3. "displayName": "SafeAreaViewExample",
  4. "expo": {
  5. "entryPoint": "node_modules/expo/AppEntry",
  6. "name": "react-native-safe-area-context",
  7. "slug": "react-native-safe-area-context",
  8. "version": "0.1.0",
  9. "platforms": ["android", "ios", "web"],
  10. "web": {
  11. "display": "fullscreen",
  12. "barStyle": "black-translucent"
  13. }
  14. }
  15. }