Intro
In this guide, you'll learn how to:
- integrate native libraries in the react-native library with native code
- bring custom native view to the RN app
- emit events from native view to RN app
- invoke custom commands on the native view
Difficulty
A longer trip 🚴
Task
As a user, I want to use a range slider, to adjust the range filter.
What's the plan?
- create view's boilerplate
- creating JS spec
- iOS implementation
- Android implementation
- using the view in action
Result?
Can't wait? Let's set up view boilerplate.