How fetch data from JSON file React Native?

To fetch data from local JSON file with React Native, we can import the JSON file with import . import * as React from ‘react’; import { View, Text } from ‘react-native’; import { Card } from ‘react-native-paper’; import customData from ‘./customData. json’; const App = () => { return ( <View> <Text>{JSON.

Sizin İçin Seçtik  Does fetch work in react?

Leave a Reply

Your email address will not be published. Required fields are marked *