HackerTrans
トップ新着トレンドコメント過去質問紹介求人

browniefed

no profile record

投稿

React Native – Easy Overlay Modal with Navigator

browniefed.com
27 ポイント·投稿者 browniefed·11 年前·6 コメント

コメント

browniefed
·11 年前·議論
For a nice repo of declarative animations check out https://github.com/oblador/react-native-animatable
browniefed
·11 年前·議論
This was just a quick example based on a question I was asked, didn't think anyone would see this. There is also `Modal` component that you can render at any depth, however it's currently not supported on Android, and renders outside the React context. It looks nicer than this pseudo hack method.

React Native is great for building applications with the desire to have them run cross platform while using most of the same business logic/views. Should you use React Native for everything? Hell no.

You do get css styling, flexbox layout, can greatly lessen the build and maintenance costs of an app, leverage current React knowledge, and very easily bridge to the native world with React Native.
browniefed
·11 年前·議論
Not too many, you can see a showcase here http://facebook.github.io/react-native/showcase.html

I believe larger companies are currently working towards React Native apps though.