jondot / awesome-react-native

Awesome React Native components, news, tools, and learning material!

Home Page:http://www.awesome-react-native.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestions

Steviey opened this issue · comments

Hello there,

I have some suggestions without official PR so far.

The new package 'react-navigation' (first item in the category navigation) is intended to replace all other navigation solutions in react-native in the long run (see announcements). This includes even integrated routers.

Although the library is currently beta, maybe its a good idea to give people a hint in the description, since it's a hell of work to refactor an app after six month or so.

Navigation Demos:

react-navigation has its own demos which could be installed/tested standalone.
https://github.com/react-community/react-navigation/tree/master/examples/NavigationPlayground
...and...
crossplatform-installed with this fork:
https://github.com/Steviey/win-react-navigation

One more:

https://github.com/idibidiart/react-native-responsive-grid

this is allowing me to build complex layouts at 20 ,ins per screen vs 2 hours per screen when done without it... it's based on work by @rundmt ...but much modified... check it out

but react-navigation itself has many problems, see this one react-navigation/react-navigation#2476
I think it also need to mentioned
so people have another library to look at. like
https://github.com/aksonov/react-native-router-flux or
https://github.com/wix/react-native-navigation

Know any library to allow usage of alarms ?

Sure I found them, but what I meant is that they're not in the awesome react native website. And react-native-alarm doesn't seem to be active anymore.