You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lately, I'm using the RN version 0.68.2 and now I'm trying to use the new version of RN with typescript app by the default, and something went wrong while install the bundler for IOS project, but work fine with Android project.
And I want to change the app to use Javascript by the default, but somehow the app not working at all.
With typescript, we can fix error issues for variable types using "type" or "interface". That's the same thing if we use with propTypes isn't it?
Which one do you all prefer, RN with Typescript or Javascript by the default?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Lately, I'm using the RN version 0.68.2 and now I'm trying to use the new version of RN with typescript app by the default, and something went wrong while install the bundler for IOS project, but work fine with Android project.
And I want to change the app to use Javascript by the default, but somehow the app not working at all.
With typescript, we can fix error issues for variable types using "type" or "interface". That's the same thing if we use with propTypes isn't it?
30 votes ·
Beta Was this translation helpful? Give feedback.
All reactions