You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
solved this by going through the referenced packages and installed them myself
run rnpm install
added missing library into the build phase in the xcode project
There's unmet peer depedencies!
→ npm install @remobile/react-native-cache-image --save rnDoodlr@0.0.1 /Users/minhwancho/Desktop/doodlr_ios_react ├── @remobile/react-native-cache-image@1.0.0 ├── UNMET PEER DEPENDENCY @remobile/react-native-sqlite@^1.0.0 ├── UNMET PEER DEPENDENCY react-native-fs@^1.0.0 └── UNMET PEER DEPENDENCY remote-redux-devtools@0.1.9 npm WARN remote-redux-devtools-on-debugger@0.4.2 requires a peer of remote-redux-devtools@>= 0.2.0 but none was installed. npm WARN @remobile/react-native-cache-image@1.0.0 requires a peer of @remobile/react-native-sqlite@^1.0.0 but none was installed. npm WARN @remobile/react-native-cache-image@1.0.0 requires a peer of react-native-fs@^1.0.0 but none was installed.
The text was updated successfully, but these errors were encountered: