1 Answer
New AnswerFor 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.
1/15/2021 9:41:24 AM
Abhay1 Answer
New AnswerSololearn Inc.
535 Mission Street, Suite 1591Send us a message