To sort this out all need to do is increase the value of the variable MAX_TIMER_DURATION_MS. Here are the steps:
Go to node_modules/react-native/Libraries/Core/Timer/JSTimers.js
Look for the variable MAX_TIMER_DURATION_MS
Change 60 * 1000 to 10000 * 1000 , needed for firebase
Save the changes and re-build your app.
Top comments (0)