flashman2
flashman2
Google Play rejected recent version of our app because Ads is not children directed. As per Google Admob recommendations: Call setTagForChildDirectedTreatment with TAG_FOR_CHILD_DIRECTED_TREATMENT_TRUE to indicate that you want your content...
# Bug Getting error "Could not invoke RNCookieManagerAndroid.getAll" when try to run this code: CookieManager.getAll(false).then(resAll => {console.log(resAll)}); OS: macOS react-native: 0.61.5 react-native-cookies: 1.1.0 ## Steps To Reproduce Install library, run...
I tried it with Downloads directory. When unzipping to a mobile storage without enough space, unzipping just hangs without any errors! I tried this with a big zip files and...
I didn't found a way to easily reset global state to initial values. Currently, to reset a state I need to reset each property of global state object. For a...