My Development Toolset for React Native iOS Development

Durul Dalkanat
3 min readMar 26, 2017

Hello guys! I want to introduce my latest choices for React Native iOS Development tools, playlists, services, testing, libraries, and websites.

Tools

There are a few different development environments EXPO or you can use Webstrom. Ignite is a great React Native starter kit for iOS.

Playground for React Native Expo.

CodePush is another lifesaver. This tool is a cloud service that deploys mobile app updates directly to their users’ devices.

Npm desktop manager helps to add, remove, and update global and local packages with ease.

Sentry is a cross-platform crash reporting and aggregation platform.

ESLint and Flow will help you write more quality and correct code.

DevTools for Redux helps with hot reloading, action replay, and customizable UI.

Libraries

Curated List of Open Source React Native Apps

NativeBase is an essential cross-platform UI component for React Native. We can change the look of our application from one file instead of every component.

MobX is a state management library similar to Redux which is the current defacto state management library. However…

--

--