File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ checkout step for each job: &addWorkspace
18
18
default config for js : &js_defaults
19
19
<< : *defaults
20
20
docker :
21
- - image : circleci/node:8
21
+ - image : circleci/node:10
22
22
23
23
default config for macOS : &macos_defaults
24
24
<< : *defaults
@@ -158,7 +158,7 @@ jobs:
158
158
- save-cache : *cache_save_yarn
159
159
- restore_cache :
160
160
key : 1-gems-{{ checksum "example/ios/Gemfile.lock" }}
161
- - run :
161
+ - run :
162
162
name : Install CocoaPods
163
163
command : cd example/ios && bundle check || bundle install --path vendor/bundle
164
164
- save_cache :
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ munge_underscores=true
39
39
server.max_workers=1
40
40
41
41
# Support the library import in examples
42
- module.name_mapper='^\@react-native-community/async-storage$' -> '<PROJECT_ROOT>/lib /AsyncStorage.js'
42
+ module.name_mapper='^\@react-native-community/async-storage$' -> '<PROJECT_ROOT>/src /AsyncStorage.js'
43
43
44
44
module.name_mapper='^react-native$' -> '<PROJECT_ROOT>/node_modules/react-native/Libraries/react-native/react-native-implementation'
45
45
module.name_mapper='^react-native/\(.*\)$' -> '<PROJECT_ROOT>/node_modules/react-native/\1'
You can’t perform that action at this time.
0 commit comments