rescript-react-navigation
rescript-react-navigation copied to clipboard
ReScript bindings for React Navigation
We should have something on the website. People are searching for this in "Search" bar without result atm.
Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) from 2.7.0 to 2.11.0. Release notes Sourced from react-native-reanimated's releases. 2.11.0 🚀 Main changes Added new useScrollViewOffset hook #3438 Added FrameTimings to the useFrameCallback hook Fixes for building...
## The problem ### How to reproduce Some error likes these: ``` 24 │ let make = (~navigation as _, ~route as _) => 25 │ 26 │ 44 │...
## Proposal Rewriting the bindings by the polymorphic variant using the untagged variant in ReScript v11. e.g. https://github.com/rescript-react-native/rescript-react-navigation/blob/main/src/NativeStack.res#L9-L19 ## Benefit Using variant versus polymorphic variant gives us more information at...
## Linking API For my project I created a linking API but I'm far from zero cost binding, since ReScript 10 and optional record attribute, it's seems less shitty and...
Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1. Commits 5b44c1b 3.0.1 9fbc20a chore: better number regex 41ae98e Cleanup c59f35e Move to Sideway See full diff in compare view Maintainer changes This version...
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Adding binding for prop - `independent` to be able to accommodate nested independent NavigationContainer
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...