Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzitelli committed Jan 11, 2022
1 parent 7556617 commit 96061e7
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@

The goal of [RNN Screens](https://github.com/kanzitelli/rnn-screens) is to provide React Native developers with more simplified and predictable way of Navigation. It's build on top of [React Native Navigation](https://github.com/wix/react-native-navigation).

☣️ `Experiment`. This library is an experiment and may have breaking changes in the future.
☣️ `Experiment` <i>This library is an experiment and may have breaking changes in the future.</i>

## Quick start

Make sure you have [react-native-navigation](https://github.com/wix/react-native-navigation) installed in your project.

#### 1. Install RNN Screens

```
Expand All @@ -23,11 +21,6 @@ Make sure you have [react-native-navigation](https://github.com/wix/react-native
```
> yarn add react-native-navigation
> npx rnn-link
```

#### 3. Install pods

```
> npx pod-install
```

Expand Down Expand Up @@ -82,7 +75,7 @@ const screens = generateRNNScreens({
});
```

#### 4. Build `App` component
#### 4. Build root component

```tsx
const App = () => Root(Screen(screens.get('Main')));
Expand Down

0 comments on commit 96061e7

Please sign in to comment.