Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit e77a3f0

Browse files
committed
♻️ (naming) replace gondola with nonav
1 parent aa5bfe7 commit e77a3f0

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1 align="center">React Gondola</h1>
1+
<h1 align="center">React Nonav</h1>
22

33
<p align="center">React Native declarative and reactive navigation.</p>
44

@@ -16,7 +16,7 @@
1616

1717
This repo focuses on grouping screens by business conversion tunnels called **canals**. Why did I call it `react-nonav`? Just because I though of this package when I was visiting Venice... and I kind of hope that using this package will feel like navigating in Venice 📸
1818

19-
**When you use React Gondola**, you define several screens and you have the possibility to control their visibility with YOUR state machine. You define the rules of WHEN some screens should appear; `react-nonav` takes care of the rest.
19+
**When you use React Nonav**, you define several screens and you have the possibility to control their visibility with YOUR state machine. You define the rules of WHEN some screens should appear; `react-nonav` takes care of the rest.
2020

2121
## 👍 TLDR; Use this package if:
2222

@@ -29,7 +29,7 @@ This repo focuses on grouping screens by business conversion tunnels called **ca
2929
- you want to navigate imperatively.
3030
- you need to use Native navigation (react-nonav's navigation is powered by JS code only).
3131

32-
## Docs
32+
## Docs [![Netlify Status](https://api.netlify.com/api/v1/badges/a0a567d1-8c40-4c59-831c-0b137a3b176c/deploy-status)](https://app.netlify.com/sites/react-nonav/deploys)
3333

3434
The docs are here: https://react-nonav.netlify.com/
3535
Powered by the incredible [docz](https://www.docz.site/).

docs/Welcome.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name: Welcome
33
route: /
44
---
55

6-
# React Gondola
6+
# React Nonav
77

88
React Native declarative and reactive navigation.
99

1010
## Philosophy
1111

1212
This repo focuses on grouping screens by business conversion tunnels called **canals**. Why did I call it `react-nonav`? Just because I though of this package when I was visiting Venice... and I kind of hope that using this package will feel like navigating in Venice 📸
1313

14-
**When you use React Gondola**, you define several screens and you have the possibility to control their visibility with YOUR state machine. You define the rules of WHEN some screens should appear; `react-nonav` takes care of the rest.
14+
**When you use React Nonav**, you define several screens and you have the possibility to control their visibility with YOUR state machine. You define the rules of WHEN some screens should appear; `react-nonav` takes care of the rest.
1515

1616
## When to use this package
1717

docs/guides/ReactNavigationInteroperability.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ menu: Guides
44
route: /guides/react-navigation
55
---
66

7-
# Can React Gondola work with React Navigation ❤️ ?
7+
# Can React Nonav work with React Navigation ❤️ ?
88

99
Yes it can.
1010

example/src/Welcome.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export class Welcome extends Component {
66
return (
77
<View style={{ flex: 1, justifyContent: 'center', padding: 16 }}>
88
<Text style={{ fontSize: 32, fontWeight: '500', textAlign: 'center', marginBottom: 16 }}>
9-
Welcome in React Gondola !
9+
Welcome in React Nonav !
1010
</Text>
1111
<Text style={{ marginTop: 16 }}>
1212
Choose an example in the tab bar to explore this example app.

src/FullScreenPortal.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ route: /api/full-screen-portal
1818

1919
### `fullScreenStack: IStreamListener<StopInterface[]>`
2020

21-
MobX Strem Listener of list of React Gondola full screen Stops. This stream is observed by MobX and fires the rendering of the full screen stack in the `FullScreenPortal.render` method.
21+
MobX Strem Listener of list of React Nonav full screen Stops. This stream is observed by MobX and fires the rendering of the full screen stack in the `FullScreenPortal.render` method.
2222

2323
## Basic usage
2424

0 commit comments

Comments
 (0)