UNPKG

react-native-template-agile-rn

Version:

<h3 align="center"> <b>Agile RN</b> is a <b>React Native ⚛ template</b> that was created to <i>speed up project start-up</i> as well as make <i>app development easier</i>. <h3>

7 lines (6 loc) 257 B
// utils export { default as Block } from './utils/Block'; export { default as Form } from './utils/Form'; export { default as Input } from './utils/Input'; export { default as Picker } from './utils/Picker'; export { default as Text } from './utils/Text';