0.0.7 • Published 1 year ago

@ux-monster/mobile-ux v0.0.7

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago