Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

RN 0.40 #1287

Closed
4 tasks
steida opened this issue Jan 5, 2017 · 4 comments
Closed
4 tasks

RN 0.40 #1287

steida opened this issue Jan 5, 2017 · 4 comments

Comments

@steida
Copy link
Contributor

steida commented Jan 5, 2017

@steida steida added the blocked label Jan 5, 2017
@steida
Copy link
Contributor Author

steida commented Jan 6, 2017

@steida
Copy link
Contributor Author

steida commented Jan 11, 2017

@arjunpola
Copy link

arjunpola commented Jan 25, 2017

I actually got it working on both ios & android after upgrading to react-native 0.40.0.

Following is the quickfix method I followed.

  1. In node_module/fela-native/package.json

    Line 85, change react-native dependency to 0.40.0

  2. Upgrade React-Native by running following commands
    a. npm install -g react-native-git-upgrade
    b. react-native-git-upgrade
    c. react-native upgrade

  3. In este/package.json upgrade "react-native-vector-icons" to 4.0.0
    a. npm install --save react-native-vector-icons@4.0.0

And finally restart package manager and then gulp ios & gulp android worked just fine.

@steida
Copy link
Contributor Author

steida commented Jan 25, 2017

Thank you @arjunpola!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants