Skip to content

Commit 2414e2a

Browse files
committed
Back to reason-react-navigation
1 parent ca51236 commit 2414e2a

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Changelog of `@reason-react-native/navigation`
1+
# Changelog of `reason-react-navigation`

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing Guide to `@reason-react-native/navigation`
1+
# Contributing Guide to `reason-react-navigation`
22

33
We love your input! We want to make contributing to this project as easy and
44
transparent as possible, whether it's:
@@ -23,7 +23,7 @@ write bug reports or feature requests with detail, background, and sample code
2323
if necessary.
2424

2525
Just try to
26-
[open a new issue](https://github.com/reason-react-native/navigation/issues/new/choose)
26+
[open a new issue](https://github.com/reason-react-native/reason-react-navigation/issues/new/choose)
2727
& follow the instructions that should be prefilled for
2828
[bug](.github/ISSUE_TEMPLATE/bug.md) or
2929
[feature request](.github/ISSUE_TEMPLATE/feature.md).
@@ -47,7 +47,7 @@ To make a pull request, you need to:
4747
2. Clone it and install dependencies
4848

4949
```console
50-
git clone https://github.com/reason-react-native/navigation
50+
git clone https://github.com/reason-react-native/reason-react-navigation
5151
cd navigation
5252
yarn
5353
```

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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) /
@@ -10,8 +10,8 @@
1010

1111
Exposed 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,
2626
you 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
}

bsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@reason-react-native/navigation",
2+
"name": "reason-react-navigation",
33
"namespace": "react-navigation",
44
"refmt": 3,
55
"reason": {

example/bsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"bs-dependencies": [
1919
"reason-react",
2020
"reason-react-native",
21-
"@reason-react-native/navigation"
21+
"reason-react-navigation"
2222
]
2323
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@reason-react-native/navigation",
2+
"name": "reason-react-navigation",
33
"version": "4.0.0-alpha.0",
44
"peerDependencies": {
55
"react-navigation": "^4.0.0",

0 commit comments

Comments
 (0)