demchenkoalex / react-native-module-template

A starter for the React Native library written in TypeScript, with linked example project and optional native code in Swift and Kotlin.
MIT License
215 stars 36 forks source link

How to upgrade? #50

Open jorgtz opened 1 year ago

jorgtz commented 1 year ago

Hello!

I created a module using this script, at that time it was pointing to react-native: 0.66.3, and iOS 11. I want to update it so we can use iOS 13 and a newer ReactNative version. How can I accomplish this?

Thank you in advanced!