Jon Rinciari
Results
2
comments of
Jon Rinciari
Running these tests locally they appear to pass fine. The failing e2e was actually not something that should have been affected by the changes in the PR. Are the e2e...
Adding the following to java/org/gamega/RNAsyncStorageModule.java will add removeItem /** * Write string value by key * @param key */ @ReactMethod public void removeItem(String key, Promise promise){ try { SharedPreferences sharedPref...