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?
![AppInfo module in action](/rnbridgingtutorial/assets/images/appinfo-result-e3bc94da23b488270e8f02ebf154dcd8.png)
Can't wait? Let's set up module boilerplate.