ocetnik / react-native-background-timer

Emit event periodically (even when app is in the background)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I read and write files?

agu0991 opened this issue · comments

BackgroundTimer.runBackgroundTimer(() => {
// Tested, no
RNFS.writeFile({...ops})
},
3000);