Prerequisites
Before installing React Native Switchery, ensure you have:- React Native 0.60 or higher
- React 16.8 or higher (for Hooks support)
Package Installation
No additional native linking is required. React Native Switchery uses only JavaScript and React Native’s built-in Animated API.
Verify Installation
After installation, you can verify that the package is correctly installed by checking yourpackage.json file or by importing the component:
Next Steps
Quickstart
Learn how to use the Switch component with a complete working example