yarn add awesome-library(for example)
import { Button } from 'example-library';
const MyButton = () => {
return (
<Button
content="Simple~"
onPress={() => {
console.log('you click me');
}}
/>
);
};
git clone https://github.com/InfiniteXyy/react-native-animated-engine
cd react-native-library-boilerplate/packages/example-app
yarn
yarn start
MIT