Data Fetching Guide for React Native
Overview
There is no Javascript API for React Native that allows you to directly fetch iOS and Android data for constructing Airbridge Events.
Therefore, you have to follow the steps outlined in the iOS Guide
and Android Guide
. Collect data in each platform, and then use React Native’s iOS and Android Fetch API to get the data. Read on and learn how it is done.
Collect Data on iOS and Android
Follow the below guidelines to collect data.
Send Data to React Native
Read the below documents and send iOS and Android data to React Native. Then, use the data sent to React Native.
Updated almost 2 years ago