If you do something like:
react-native init my-native-app
React will create a project scaffold for you but the resulting javascript file will fail to load.
So you will get something like:
var my-native-app = React.createClass({
In your index.ios.js file.
Not a huge problem but it should probably remove hyphens the hyphens non the less.