React-native-navigation: V1 How to install V1 in the React Native 0.57 version? The documentation

Created on 10 Oct 2018  路  1Comment  路  Source: wix/react-native-navigation

Issue Description

V1 How to install V1 in the React Native 0.57 version? The documentation seems outdated as its always throwing error.

Steps to Reproduce / Code Snippets / Screenshots

Just install the react native navigation latest V1 in the RN 0.57 version


Environment

  • React Native Navigation version: 1.1.487.
  • React Native version: FILL THIS 0.57
  • Platform(s) (iOS, Android, or both?): Android Marshmallow

Most helpful comment

Helo @ManigandanRaamanathan,

I have a working example on RNN.
https://github.com/halilcakarr/rncourse

it's from a udemy.com course's files but you can check for configuration and such :)

Using these dependencies:

    "react": "16.5.0",
    "react-native": "0.57.1",
    "react-native-navigation": "^1.1.487",
    "react-native-vector-icons": "^5.0.0",
    "react-redux": "^5.0.7",
    "redux": "^4.0.0"

>All comments

Helo @ManigandanRaamanathan,

I have a working example on RNN.
https://github.com/halilcakarr/rncourse

it's from a udemy.com course's files but you can check for configuration and such :)

Using these dependencies:

    "react": "16.5.0",
    "react-native": "0.57.1",
    "react-native-navigation": "^1.1.487",
    "react-native-vector-icons": "^5.0.0",
    "react-redux": "^5.0.7",
    "redux": "^4.0.0"
Was this page helpful?
0 / 5 - 0 ratings

Related issues

bdrobinson picture bdrobinson  路  3Comments

swingywc picture swingywc  路  3Comments

birkir picture birkir  路  3Comments

viper4595 picture viper4595  路  3Comments

yedidyak picture yedidyak  路  3Comments