Is there any emmet-vim (a vim plug) abbreviations for react-native(not react)? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 4

Is there any emmet-vim (a vim plug) abbreviations for react-native(not react)?

For example: "fc" expanding to following script=> import React from 'react'; import {View ,Text} from 'react-native'; Const _=(props)=>{ return ( <View> <Text></Text> </View> ) }; export default _; Or is there a way I could map this script in emmet-vim to "fc" and similar keywords so I get that expansion and if yes how would I ? Any help is much appreciated.

15th Jan 2021, 9:41 AM
Abhay
Abhay - avatar
0 Réponse