Showing posts with label React Native. Show all posts
Showing posts with label React Native. Show all posts

Saturday, July 28, 2018

Connecting Native Module with React Native (iOS)

React Native is a very strong and popular framework to create iOS and Android app at the same time with a single code base. The developers do not need to learn two different languages to create multiple apps of the same idea. There are many exciting features of React Native you will enjoy. Among them, the most interesting feature of React Native is, this can be used along with native code (Objective C/Swift or Java).

Monday, July 16, 2018

How to run React Native app on iOS device


Command Prompt (in windows) or terminal (macOS) is a very necessary tool for creating React Native application . You have to use this tool in every step of React-Native app development process, like to create a React-Native project, install different libraries or run the project in the simulator or in a real device.