We can create classes in typescript in react native now. But I want to know from which version of react native, typescript is supported.From official react native document (https://reactnative.dev/docs/0.60/typescript) I can see typescript reference for first time in React-Native V0.60.My doubt, is typescript supported in lower versions? like in React-native version less then 0.60?
↧