0.0.7 • Published 2 years ago

@ux-monster/mobile-ux v0.0.7

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Installing the package

yarn add react-native-reanimated react-native-device-info react-native-gesture-handler

Babel plugin

Add Reanimated's Babel plugin to your babel.config.js:

module.exports = {
  presets: [
    ...
  ],
  plugins: [
    ...
    'react-native-reanimated/plugin',
  ],
};

Android

No additional steps are necessary.

Proguard

If you're using Proguard, make sure to add rules preventing it from optimizing Turbomodule classes:

android/app/proguard-rules.pro

-keep class com.swmansion.reanimated.** { *; }
-keep class com.facebook.react.turbomodule.** { *; }
0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago