|
@@ -1,4 +1,4 @@
|
1
|
|
-package com.reactnativenavigation.bridge;
|
|
1
|
+package com.reactnativenavigation.bridge.parsers;
|
2
|
2
|
|
3
|
3
|
import android.os.Bundle;
|
4
|
4
|
|
|
@@ -6,7 +6,7 @@ import com.facebook.react.bridge.ReadableArray;
|
6
|
6
|
import com.facebook.react.bridge.ReadableMap;
|
7
|
7
|
import com.facebook.react.bridge.ReadableMapKeySetIterator;
|
8
|
8
|
|
9
|
|
-public class BridgeUtils {
|
|
9
|
+public class BundleConverter {
|
10
|
10
|
public static Bundle toBundle(ReadableMap map) {
|
11
|
11
|
Bundle bundle = new Bundle();
|
12
|
12
|
ReadableMapKeySetIterator it = map.keySetIterator();
|