thebylito / react-native-navigation-bar-color

React Native component to change bottom bar/navigation bar color on Android
MIT License
271 stars 50 forks source link

Fix markdown typos and use best practices in example #2

Closed lucianomlima closed 6 years ago

lucianomlima commented 6 years ago

Adjust typos for some markdown code (first commit). Change example methods declaration and use with best practices.

In component class methods, not need to be a arrow function because don't use require object scope (uses imported functions directly). In render methods remove arrow function to reduce memory usage per render.

Motivation

thebylito commented 6 years ago

Thanks!