Fitness tracker app error

0
I just followed the fitness tracker app build on youtube, but testing the finished project with the make it native app I get the following error, does anyone know what is causing this?    An error occurred while executing an action of NativeMobile.Run_NewEdit.actionButton1: null is not an object (evaluating 's.configure') http://10.10.10.49:8083/index.bundle?platform=ios&dev=false&minify=true:1110:1633 Ce@http://10.10.10.49:8083/index.bundle?platform=ios&dev=false&minify=true:389:15408 u@http://10.10.10.49:8083/index.bundle?platform=ios&dev=false&minify=true:389:15113 P@http://10.10.10.49:8083/index.bundle?platform=ios&dev=false&minify=true:1111:133 f@http://10.10.10.49:8083/index.bundle?platform=ios&dev=false&minify=true:56:155 http://10.10.10.49:8083/index.bundle?platform=ios&dev=false&minify=true:56:882 y@http://10.10.10.49:8083/index.bundle?platform=ios&dev=false&minify=true:117:661 C@http://10.10.10.49:8083/index.bundle?platform=ios&dev=false&minify=true:117:1025 callImmediates@http://10.10.10.49:8083/index.bundle?platform=ios&dev=false&minify=true:117:3100 callImmediates@[native code] value@http://10.10.10.49:8083/index.bundle?platform=ios&dev=false&minify=true:48:3247 http://10.10.10.49:8083/index.bundle?platform=ios&dev=false&minify=true:48:1283 value@http://10.10.10.49:8083/index.bundle?platform=ios&dev=false&minify=true:48:2939 value@http://10.10.10.49:8083/index.bundle?platform=ios&dev=false&minify=true:48:1253 value@[native code] value@[native code]
asked
1 answers
0

Check the ‘Start tracker’  JS action in SUB_StartTracker if your configuration is OK. Else the import BackgroundGeolocation from '@mauron85/react-native-background-geolocation'; might fail somewhere?

answered