Ciprian Craciun - FrontEnd Developer

Ciprian Craciun

FrontEnd/Web Developer

Engineering is about making a product better, learning from past mistakes and create a process which is easy for all to understand.

Tags: android-permissions API AsyncStorage generator JWT permissions react-native react-redux redux redux-sagas requestMultiple() token

  • April 2, 2019
Using redux-saga with Android Permissions in a react native app

Android permissions in react native app can be integrated very easily if you need something quick for a component, a […]

  • March 8, 2019
How to use redux persist with react native

Working with react or react-native and having state management like redux, we have cases when we need to persist our […]

  • February 18, 2019
Setup ESLint and Prettier for a react-native app

When you start a react native project or any other projects witch involves javascript, it’s important to setup some basic […]

  • February 12, 2019
Add redux to an existing react native app

First step for adding redux to our react native application is to install the missing modules. You can install them […]