React Native Sample Code
import React, {Component} from ‘react’; import {ListItem, PricingCard} from ‘react-native-elements’; import {…
import React, {Component} from ‘react’; import {ListItem, PricingCard} from ‘react-native-elements’; import {…
Recently I’ve been building an app using a combination of React for the frontend and Django for the backend. …
When developing a mobile app, it’s common to have to build an authentication system. However, requiring the u…
This article will cover essential React Native APIs and external packages used to create an authentication fl…
2. Initialising the React Native app 2.1 Required toolset You will need to have node and npm installed. Navig…
These services scale wonderfully and are fully managed by the provider, but sometimes the provided user model…
Introduction Many projects on the web need to interface with a REST API at some stage in their development. A…