We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7905bcf commit 4316ce2Copy full SHA for 4316ce2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-reanimated",
3
- "version": "3.6.2",
+ "version": "3.6.3",
4
"description": "More powerful alternative to Animated library for React Native.",
5
"scripts": {
6
"test": "yarn run format:js && yarn run lint:js && yarn run test:unit",
src/reanimated2/platform-specific/jsVersion.ts
@@ -4,4 +4,4 @@
* with the 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.6.2';
+export const jsVersion = '3.6.3';
0 commit comments