inProgress-team / inProgress-team/react-native-meteor
Version conflict with create-react-native-app
Open
Bug
- Dominant language
- JavaScript
- Stars
- 688
- Forks
- 200
- PR merge metrics
- No merged PRs in 30d
Description
When installing **react-native-meteor** on a clean app created with `create-react-native-app` I get the following version conflicts:
```
npm install --save react-native-meteor
...
npm WARN react-native-meteor@1.2.0 requires a peer of react-native@^0.46.0 but none is installed. You must install peer dependencies yourself.
npm WARN react-komposer@1.13.1 requires a peer of react@^0.14.3 || ^15.0.0 but none is installed. You must install peer dependencies yourself.
```
If I try to fix any of the versions above, another thing breaks.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.