If you're comfortable writing React code for the web, you'll feel right at home with React Native. The project structure and syntax is exactly the same. The only major difference is that instead of using HTML elements like <divs> and <inputs> you'll be using mobile platform specific elements like <TextInput> and <SwipeListView>. You can even use CSS to style your user interface!