Skip to content

Tag: react-native

How to fetch .json data from URL?

I have problem with fetching data from URL. When I write data inside of a file, app works great, but when I try to call same data from URL, I get error. I made a test with small app where everything was inside of a App.js file, and it worked. But new app is kinda devided in multiple files, and

react-native-svg-charts animate does not work

I would like to know how to animate chart on react native iOS when I’m using react-native-svg-charts or if someone can help me to find another library chart with visualization data. I tried to use the animate prop of the StackedAreaChart but it has no results! Here is my code : Any idea? Answer What do …

Sending states between screens react native

Am currently working with an app that will provide you with a class/race/background story from an fantasy api. I used expo’s tab template when i created the project. So my question is how would I send data that i fetched in my Race screen to my background-story screen in order to fetch the correct backg…