reanimated-expo-builder-bob (Boilerplate)

This is not a real package

reanimated2 + expo + react-native-builder-bob

Props

Installation

npm install reanimated-expo-builder-bob

Usage

import AnimatedComponent from 'reanimated-expo-builder-bob';

// ...

const YourComponent = () => {
  return (
    <View style={styles.container}>
      <AnimatedComponent />
    </View>
  );
};

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT