Emmet for React Native
Nearly Emmet like abbreviation tab completion for React Native.
Example:
mt + Tab = marginTop: 12,
ai:c + Tab = alignItems: 'center',
v + Tab = <View style={}>some component</View>
vt + Tab = <View style={}><Text>some texts</Text></View>
ti + Tab = <TextInput value={} placeholder="" underlineColorAndroid={false} onChangeText={} />
to + Tab = <TouchableOpacity style={} onPress={} />
Note: For continuous tab completion, remember to press esc to end the current abbreviation completion before starting another one.
See the full abbreviation list from link below:
React Native Emmet full abbreviation list
| |