in file renames

This commit is contained in:
Bartol Karuza
2019-02-24 12:29:24 +08:00
parent 43b68a8335
commit 5a76ff4d5f
7 changed files with 26 additions and 26 deletions
@@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/
package com.facebook.react.modules.camera;
package com.reactnativecommunity.cameraroll;
import android.content.ContentResolver;
import android.content.Context;
@@ -10,7 +10,7 @@ import com.facebook.react.bridge.NativeModule;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.uimanager.ViewManager;
import com.facebook.react.bridge.JavaScriptModule;
public class RNCCamerarollPackage implements ReactPackage {
public class RNCCameraRollPackage implements ReactPackage {
@Override
public List<NativeModule> createNativeModules(ReactApplicationContext reactContext) {
return Arrays.<NativeModule>asList(new RNCCamerarollModule(reactContext));