Intro
In this guide, you'll learn how to extend <View />
with conic gradient background functionality.
Difficultyβ
Easier than you thought π§βπ
Taskβ
As a user, I want to see the gradient background for the screen.
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.