Problem Statement :- Unable to load 5 graph at a time on iOS. Only 2-3 graph load properly. On Android it is working fine.
Frontend Technology : React Native
“react”: “16.13.1”
“react-native”: “^0.63.4”
For development environmet setup please follow below link instruction:
https://reactnative.dev/docs/0.63/environment-setup
To download sample code of source use below link :
https://drive.google.com/file/d/1_VKsye6oj4YaCK_DB9kkGpcwh2X6xgFd/view?usp=sharing
Please follow below steps to run the code :-
1). Download sample source code.
2). Unzip folder.
3). Open folder in any code editor. (Recommended VS Code)
4). Open root folder of Project in command prompt.
5). Run command :- npm install.
6). Run command :- cd ios.
7). Run command :- pod install.
8). Back to root folder by running command cd ..
9). Connect your device.
9). To start application run command :- npx react-native run-ios
10). Once application launch tap on View Graph Button.