1.0.0-rc8 • Published 3 years ago
@rx-controller/react-navigation-plugin v1.0.0-rc8
@rx-controller/react-navigation-plugin
This plugin integrates react-navigation lifecycle events to the @rx-controller/react library.
Usage
// store.ts
import { Store } from "@rx-controller/core";
export const store = new Store(...);
// App.tsx
import { Provider as StoreProvider } from "@rx-controller/react";
import { ReactNavigationStrategy } from "@rx-controller/react-navigation-plugin";
import { store } from "store";
...
export default App() {
...
return (
<StoreProvider store={store} strategy={new ReactNavigationStrategy()}>
...
</StoreProvider>
);
}
1.0.0-rc8
3 years ago
1.0.0-rc7
3 years ago
1.0.0-rc6
3 years ago
1.0.0-rc5
3 years ago
1.0.0-rc4
3 years ago
1.0.2-alpha
3 years ago
1.0.1-alpha
3 years ago
1.0.0-alpha
3 years ago