UNPKG

react-native-animateable-text

Version:

A fork of React Native's `<Text/> component that supports Reanimated Shared Values as text!

17 lines (16 loc) 387 B
/** * @type {import('@react-native-community/cli-types').UserDependencyConfig} */ module.exports = { dependency: { platforms: { android: { libraryName: 'JBAnimatedText', componentDescriptors: ['CParagraphComponentDescriptor'], cmakeListsPath: '../android/src/main/jni/CMakeLists.txt', }, macos: null, windows: null, }, }, };