We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d4ba8 commit 3703478Copy full SHA for 3703478
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-reanimated",
3
- "version": "3.17.0",
+ "version": "3.17.0-rc.0",
4
"description": "More powerful alternative to Animated library for React Native.",
5
"scripts": {
6
"test": "jest",
src/platform-specific/jsVersion.ts
@@ -4,4 +4,4 @@
* version used to build the native part of the library in runtime. Remember to
* keep this in sync with the version declared in `package.json`
*/
7
-export const jsVersion = '3.17.0';
+export const jsVersion = '3.17.0-rc.0';
0 commit comments