jamielob / reloader

More control over hot code push reloading for your production apps. Designed to replace mdg:reload-on-resume and provide a more production-ready approach.
28 stars 22 forks source link

reload not working in android, works in ios. what am i doing wrong? #20

Open muhammad-gani opened 2 years ago

muhammad-gani commented 2 years ago

this is my configuration

Reloader.configure({ check: 'firstStart', // Only make an additional check the first time the app ever starts checkTimer: 3000, // Wait 3 seconds to see if new code is available on first start refresh: 'startAndResume', // Refresh to already downloaded code on both start and resume });