
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
react-native-scene-router
Advanced tools
Enables declaritive definition of react-native scene graph with transitions.
This package wraps the existing Navigator api from react-native to enable:
These docs provide a high level usage overview. See this sample app for an example usage and see the code (it's not that long).
A scene is an individual view on the screen of the phone. An app with Scene Router is composed of a graph with scenes as nodes and possible transitions as edges.
RoutableSceneA react component which is a complete scene and aware of the graph. It can trigger transitions between scenes.
Scenes are represented as a stack and transitions either push or pop from the stack.
Types of transition methods available to children:
goNext(route = next) - Push a scene to the stack. By default pushes routeLinks['next'] on to
the stack but can be used to have multiple next scenes by calling goNext('fancyRoute') which
will push routeLinks['fancyRoute'].goBack() - Pop one scene from the stack.goMenu() - Opens the menu drawer if a menu was supplied to the wrapping DrawerNavigatorgoReturn() - Can return to arbitrary route earlier in the stack or go back any number of scenes.goHome() - Pop to the bottom element of the stack.DrawerNavigatorYour app's main component should be a drawer navigator which manages rendering the current route.
Props:
routeLinks - Links between scenes defining possible transitions.initialRoute - The scene which should be rendered first.renderMenu - Render method which returns menu react component.FAQs
Enables declaritive definition of react-native scene graph with transitions.
We found that react-native-scene-router demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.