UNPKG

react-native-free-template

Version:

React Native template for a quick start with javascript

10 lines (8 loc) 209 B
import buttons from './buttons.json'; import placeholders from './placeholders.json'; import screen from './screen.json'; export default { BUTTON: buttons, PLACEHOLDER: placeholders, SCREEN: screen, };