Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6287

How to convert js to typescript in reactnative

$
0
0

I am new to react-native. I have a code with js and would like to convert this to typescript. This has 2 error

erorr1:Cannot find name 'componentDidMount'.ts(2304)erorr2:Object is possibly 'undefined'.ts(2532)

my js code is:

componentDidMount(){  this.state.deviceEmitterSubscription = DeviceEventEmitter.addListener('anything',    (intent) => {      this.broadcastReceiver(intent);    }  );  this.registerBroadcastReceiver();  this.determineVersion();}

Viewing all articles
Browse latest Browse all 6287

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>