1.0.7 • Published 3 years ago

@ivonna/navigation v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@ivonna/navigation

Ivonna is a hybrid development framework of native and react native, which supports IOS and Android.

Installation

npm install @ivonna/navigation

Usage

Registry your components

import { AppRegistry } from '@ivonna/navigation';

AppRegistry.registerComponent('Home', HomeComponent);
AppRegistry.registerComponent('Mine', MineComponent);

Navigate to destination

import { Navigation } from '@ivonna/navigation';

// ...

Navigation.push('Home');

Using the State Manager

import { Container } from '@ivonna/navigation';

const { moduleStore, setModuleStore } = Container.useContainer('Common'); // `Common` is module name

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

DingTalk group

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago