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 398246f commit ae039ffCopy full SHA for ae039ff
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-reanimated",
3
- "version": "3.17.3",
+ "version": "3.17.4",
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.3';
+export const jsVersion = '3.17.4';
0 commit comments