1- # ` @ reason-react-native/ navigation`
1+ # ` reason-react-navigation `
22
3- [ ![ Build Status] ( https://github.com/reason-react-native/navigation/workflows/Build/badge.svg )] ( https://github.com/reason-react-native/navigation/actions )
4- [ ![ Version] ( https://img.shields.io/npm/v/@ reason-react-native/ navigation.svg )] ( https://www.npmjs.com/@ reason-react-native/ navigation )
3+ [ ![ Build Status] ( https://github.com/reason-react-native/reason-react- navigation/workflows/Build/badge.svg )] ( https://github.com/reason-react-native/reason-react- navigation/actions )
4+ [ ![ Version] ( https://img.shields.io/npm/v/reason-react-navigation.svg )] ( https://www.npmjs.com/reason-react-navigation )
55[ ![ Chat] ( https://img.shields.io/discord/235176658175262720.svg?logo=discord&colorb=blue )] ( https://reasonml-community.github.io/reason-react-native/discord/ )
66
77[ ReasonML] ( https://reasonml.github.io ) /
1010
1111Exposed as ` ReactNavigation ` module.
1212
13- ` @ reason-react-native/ navigation` X.y._ means it's compatible with
14- ` react-navigation ` X.y._
13+ ` reason-react-navigation ` X.y._ means it's compatible with ` react-navigation `
14+ X.y._
1515
1616## Status
1717
@@ -26,12 +26,12 @@ properly installed & configured by following their installation instructions,
2626you can install the bindings:
2727
2828``` console
29- npm install @ reason-react-native/ navigation
29+ npm install reason-react-navigation
3030# or
31- yarn add @ reason-react-native/ navigation
31+ yarn add reason-react-navigation
3232```
3333
34- ` @ reason-react-native/ navigation` should be added to ` bs-dependencies ` in your
34+ ` reason-react-navigation ` should be added to ` bs-dependencies ` in your
3535` bsconfig.json ` . Something like
3636
3737``` diff
@@ -41,7 +41,7 @@ yarn add @reason-react-native/navigation
4141 "reason-react",
4242 "reason-react-native",
4343 // ...
44- + "@ reason-react-native/ navigation"
44+ + "reason-react-navigation"
4545 ],
4646 //...
4747}
0 commit comments