jondot / awesome-react-native

Awesome React Native components, news, tools, and learning material!
http://www.awesome-react-native.com
34.65k stars 3.99k forks source link

Suggestions #387

Open Steviey opened 7 years ago

Steviey commented 7 years ago

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

idibidiart commented 7 years ago

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

buncis commented 7 years ago

but react-navigation itself has many problems, see this one https://github.com/react-community/react-navigation/issues/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

kis commented 7 years ago

one more suggestion https://github.com/kis/react-native-air-progress-bar

VictorJozwicki commented 5 years ago

Know any library to allow usage of alarms ?

pvinis commented 5 years ago

@VictorJozwicki like any of these first two? http://lmgtfy.com/?q=react+native+alarm

VictorJozwicki commented 5 years ago

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.