Add no internet screen
This commit is contained in:
parent
a12769f3f5
commit
886052fe65
9 changed files with 296 additions and 139 deletions
|
@ -1269,6 +1269,8 @@ PODS:
|
|||
- React-debug
|
||||
- react-native-leaflet (0.1.2):
|
||||
- React-Core
|
||||
- react-native-netinfo (11.3.2):
|
||||
- React-Core
|
||||
- react-native-onesignal (5.2.2):
|
||||
- OneSignalXCFramework (= 5.2.2)
|
||||
- React (< 1.0.0, >= 0.13.0)
|
||||
|
@ -1666,6 +1668,7 @@ DEPENDENCIES:
|
|||
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
|
||||
- React-Mapbuffer (from `../node_modules/react-native/ReactCommon`)
|
||||
- react-native-leaflet (from `../node_modules/react-native-leaflet-view`)
|
||||
- "react-native-netinfo (from `../node_modules/@react-native-community/netinfo`)"
|
||||
- react-native-onesignal (from `../node_modules/react-native-onesignal`)
|
||||
- react-native-render-html (from `../node_modules/react-native-render-html`)
|
||||
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
|
||||
|
@ -1815,6 +1818,8 @@ EXTERNAL SOURCES:
|
|||
:path: "../node_modules/react-native/ReactCommon"
|
||||
react-native-leaflet:
|
||||
:path: "../node_modules/react-native-leaflet-view"
|
||||
react-native-netinfo:
|
||||
:path: "../node_modules/@react-native-community/netinfo"
|
||||
react-native-onesignal:
|
||||
:path: "../node_modules/react-native-onesignal"
|
||||
react-native-render-html:
|
||||
|
@ -1944,6 +1949,7 @@ SPEC CHECKSUMS:
|
|||
React-logger: fa92ba4d3a5d39ac450f59be2a3cec7b099f0304
|
||||
React-Mapbuffer: 9f68550e7c6839d01411ac8896aea5c868eff63a
|
||||
react-native-leaflet: cead07656af59e80164379f6ec9f11a012d7725c
|
||||
react-native-netinfo: 076df4f9b07f6670acf4ce9a75aac8d34c2e2ccc
|
||||
react-native-onesignal: 592184d34780d04ebbea2b9844d5b6088606cb30
|
||||
react-native-render-html: 984dfe2294163d04bf5fe25d7c9f122e60e05ebe
|
||||
react-native-safe-area-context: a240ad4b683349e48b1d51fed1611138d1bdad97
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue