react-native-animateable-text
Version:
A fork of React Native's `<Text/> component that supports Reanimated Shared Values as text!
21 lines (20 loc) • 513 B
JavaScript
/**
* @type {import('@react-native-community/cli-types').UserDependencyConfig}
*/
module.exports = {
dependency: {
platforms: {
android: {
libraryName: 'JBAnimatedText',
componentDescriptors: ['CParagraphComponentDescriptor'],
cmakeListsPath: '../android/src/main/jni/CMakeLists.txt',
},
ios: {
libraryName: 'JBAnimatedText',
componentDescriptors: ['CParagraphComponentDescriptor'],
},
macos: null,
windows: null,
},
},
};