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
1818default config for js : &js_defaults
1919 << : *defaults
2020 docker :
21- - image : circleci/node:8
21+ - image : circleci/node:10
2222
2323default config for macOS : &macos_defaults
2424 << : *defaults
@@ -158,7 +158,7 @@ jobs:
158158 - save-cache : *cache_save_yarn
159159 - restore_cache :
160160 key : 1-gems-{{ checksum "example/ios/Gemfile.lock" }}
161- - run :
161+ - run :
162162 name : Install CocoaPods
163163 command : cd example/ios && bundle check || bundle install --path vendor/bundle
164164 - save_cache :
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ munge_underscores=true
3939server.max_workers=1
4040
4141# 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'
4343
4444module.name_mapper='^react-native$' -> '<PROJECT_ROOT>/node_modules/react-native/Libraries/react-native/react-native-implementation'
4545module.name_mapper='^react-native/\(.*\)$' -> '<PROJECT_ROOT>/node_modules/react-native/\1'
You can’t perform that action at this time.
0 commit comments