reactrails-react-native-client icon indicating copy to clipboard operation
reactrails-react-native-client copied to clipboard

This repository is for a react-native client to the https://www.reactrails.com/, source at https://github.com/shakacode/react-webpack-rails-tutorial/.

Results 12 reactrails-react-native-client issues
Sort by recently updated
recently updated
newest added

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.6 to 4.7.6. Changelog Sourced from handlebars's changelog. v4.7.6 - April 3rd, 2020 Chore/Housekeeping: #1672 - Switch cmd parser to latest minimist (@dougwilson Compatibility notes: Restored Node.js...

dependencies

Bumps [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) from 2.15.0 to 2.20.5. Commits 441f812 2.20.5 d36a1b1 Merge pull request #182 from ChALkeR/chalker/fix-comma b6ea484 Fix uri prefix detection 5389c5b Merge pull request #181 from ChALkeR/chalker/fix-undef df5b313 add...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.2 to 4.17.19. Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918 Rebuild lodash and docs 3a3b0fd Bump to...

dependencies

I am trying to setup this project on my mac. I ran these commands. `brew install watchman` `brew install flow` `npm i` `react-native run-ios` In my simulator, I am getting...

This change is [](https://reviewable.io/reviews/shakacode/react-native-tutorial/22)

Add https://github.com/xinthink/react-native-material-kit to improve the styling!

Not currently handling Markdown. ![2016-07-12_22-33-58](https://cloud.githubusercontent.com/assets/1118459/16796918/cb49155c-4880-11e6-95db-085ca0ff2701.png)

https://facebook.github.io/react-native/docs/dimensions.html @alleycat-at-git I noticed that dimensions are set in style file. Does this work when you move your device from portrait to landscape mode?

Why not use https://facebook.github.io/react-native/docs/touchableopacity.html#touchableopacity instead of: ``` const TouchableElement = Platform.OS === 'android' ? TouchableNativeFeedback : TouchableHighlight; ``` Don't you get warnings about missing key? `renderRow={(comment) => } ` Do...