Intro
In this guide, you'll learn how to create a simple module with 3 synchronous methods.
Difficulty
Kids' stuff 👶
Task
As a user, I want to see the package name and version, so that I know if I use test or live version of the app.
What's the plan?
- create module's boilerplate
- create JS spec
- iOS implementation
- Android implementation
- use the module in action
Result?
Can't wait? Let's set up module boilerplate.