Browse Source

Fix flipper package

Janic Duplessis 4 years ago
parent
commit
cf69c90c09

+ 1
- 1
example/android/app/src/debug/java/com/safeareaviewexample/ReactNativeFlipper.java View File

4
  * <p>This source code is licensed under the MIT license found in the LICENSE file in the root
4
  * <p>This source code is licensed under the MIT license found in the LICENSE file in the root
5
  * directory of this source tree.
5
  * directory of this source tree.
6
  */
6
  */
7
-package com.rndiffapp;
7
+package com.safeareaviewexample;
8
 import android.content.Context;
8
 import android.content.Context;
9
 import com.facebook.flipper.android.AndroidFlipperClient;
9
 import com.facebook.flipper.android.AndroidFlipperClient;
10
 import com.facebook.flipper.android.utils.FlipperUtils;
10
 import com.facebook.flipper.android.utils.FlipperUtils;