Plugin for ReactNative with Live Template.
With React Native LiveTemplates plugin, user can find the following live templates while integrating the app in ReactNative.
Live Templates
- classcomponent (Create the class with react component with necessary methods and state without redux)
- classcomponentwithredux (Create the class with react component with necessary methods and state with redux)
- storeWithThunk (Create store with Thunk for the redux)
- Flatlist (For UI)
- Image (For UI)
- ImageWithUri (For UI)
- Text (For UI)
- Model (For UI)
- TouchableOpacity (For UI)
- StyleSheet
User need to write the name of the template and in suggestion he/she can find the name. After selecting the template, user will get the template code according to it.
React Native LiveTemplates is MIT-licensed.
We’d be really happy if you send us links to your projects where you use our component. Just send an email to [email protected] And do let us know if you have any questions or suggestion regarding our work.