Wednesday, November 22, 2017

How do I attach an action to the icon in my menu bar?

react-native-action-bar


  • Called ActionBar
    • both Android/iOS
    • ToolbarAndroid gives a lot more options
    • rightIcons
DrawerNavigator

  • FontAwesome Cheatsheet
    • search
      • xf002
      • 61442

Tuesday, November 21, 2017

/react-native


  • Open Source?
  • BSD licensed
    • patent grant
  • Documentation
    • Creative Commons licensed
  • very active community


Solidarity — The CLI for Developer Sanity


  • Command-line tools that checks machine's environment against a project's expected environment.

React Native Effective Patterns


  • Looks like the author know what he is talking about

React for absolute beginners

  1. Say 100% off, but is still $10
  2. Is not for React Native

Debugging in React Native

Debugging

Found this article for choosing a React Native Mobile App IDE.

Top 10 Editors For React Native Mobile App Development


I and one other member of the team are using Visual Studio Code.
  • Lets me follow where things are defined.

One of the first problems we ran into is that a normal Node.js install is incompatable with the current version of React Native.  The error says that npm 5 is not yet supported.  Team mate use the following command to roll back to npm 4.6.1

npm install -g npm@4.6.1
Yesterday we started a peddle to the metal React Native project.  Here was were I plan to put some of what I am learning.