廓形仪rn版本-技术调研
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.2 KiB

3 months ago
3 months ago
3 months ago
  1. {
  2. "expo": {
  3. "name": "outline-rn",
  4. "slug": "outline-rn",
  5. "version": "1.0.0",
  6. "orientation": "portrait",
  7. "icon": "./assets/images/icon.png",
  8. "scheme": "myapp",
  9. "userInterfaceStyle": "automatic",
  10. "newArchEnabled": true,
  11. "ios": {
  12. "supportsTablet": true,
  13. "bundleIdentifier": "com.anonymous.outlinern"
  14. },
  15. "android": {
  16. "adaptiveIcon": {
  17. "foregroundImage": "./assets/images/adaptive-icon.png",
  18. "backgroundColor": "#ffffff"
  19. },
  20. "package": "com.anonymous.outlinern",
  21. "permissions": [
  22. "android.permission.BLUETOOTH",
  23. "android.permission.BLUETOOTH_ADMIN",
  24. "android.permission.BLUETOOTH_CONNECT"
  25. ]
  26. },
  27. "web": {
  28. "bundler": "metro",
  29. "output": "static",
  30. "favicon": "./assets/images/favicon.png"
  31. },
  32. "plugins": [
  33. "expo-router",
  34. [
  35. "expo-splash-screen",
  36. {
  37. "image": "./assets/images/splash-icon.png",
  38. "imageWidth": 200,
  39. "resizeMode": "contain",
  40. "backgroundColor": "#ffffff"
  41. }
  42. ],
  43. "react-native-ble-manager"
  44. ],
  45. "experiments": {
  46. "typedRoutes": true
  47. }
  48. }
  49. }