react-native-experimental-navigation icon indicating copy to clipboard operation
react-native-experimental-navigation copied to clipboard

React Native ExperimentalNavigation clone (RN0.26 API) used by RNRF

Results 14 react-native-experimental-navigation issues
Sort by recently updated
recently updated
newest added

[This package](https://www.jsdelivr.com/package/npm/react-native-experimental-navigation) doesn't have a [default file](https://www.jsdelivr.com/features#publishing-packages) set. You can set it via `jsdelivr`, `browser`, or `main` field in `package.json`

There seems to be an issue with the naming convention used for the back-icon.png. I got an error trying to assemble the Android app. iOS works fine. When running `./gradlew...

Warning: Navigator: isMounted is deprecated. Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks.

Cannot read property 'func' of undefined "react-native": "0.49.3",

Please use v4 version of react-native-router-flux instead based on ReactNavigation.org

Warning: SceneView has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used. react 16.0.0-alpha.12 react-native 0.45.0 react-native-router-flux: 3.39.2

I am using https://github.com/aksonov/react-native-router-flux and https://github.com/GeekyAnts/NativeBase on my project and I need my custom navigation bar, so I pass my component to `navBar` property of a `Scene`, but it shows...

Seems like the last PR causes an error: https://github.com/aksonov/react-native-router-flux/issues/1787 Cheers

I've added `react-native-router-flux` into my project and `react-native-experimental-navigation` has been added as a dependency too. Although the Windows assets were committed already(https://github.com/aksonov/react-native-experimental-navigation/commit/c862d77557c28e0530bcd5cd6f95c75ff1e957bf), I'm not seeing those in `node_modules/react-native-experimental-navigation/assets` ``` $...