What problem does it solve?
This Skill streamlines the complex process of upgrading a React Native fixture application to a new version, ensuring compatibility across JavaScript dependencies, Android build configurations, iOS project settings, and third-party libraries.
Core Features & Use Cases
- Dependency Management: Updates JS dependencies, including React Native itself and related community packages.
- Platform Configuration: Modifies Android (Gradle, Kotlin, SDK) and iOS (Podfile, pbxproj) build settings.
- Third-Party Library Compatibility: Verifies and adjusts configurations for essential libraries like Reanimated and Gesture Handler.
- Use Case: When a new stable version of React Native is released, this Skill guides you through updating the project's
package.json, native build files, and Metro configuration to ensure the fixture app builds and runs correctly with the new RN version.
Quick Start
Use the upgrade-react-native skill to upgrade the fixture app to React Native version 0.84.1.