Fix NavigationPlayground and bump some versions

This commit is contained in:
Brent Vatne
2019-03-13 15:51:50 -07:00
parent eac5feb64e
commit 245d09ed1a
8 changed files with 331 additions and 229 deletions

View File

@@ -1,26 +1,4 @@
{
"expo": {
"name": "NavigationPlayground",
"description": "Try out react-navigation now with this awesome playground",
"version": "1.0.0",
"slug": "NavigationPlayground",
"privacy": "public",
"orientation": "portrait",
"primaryColor": "#cccccc",
"icon": "./assets/icons/icon.png",
"splash": {
"image": "./assets/icons/splash.png"
},
"sdkVersion": "32.0.0",
"assetBundlePatterns": [
"**/*"
],
"ios": {
"bundleIdentifier": "com.reactnavigation.example",
"supportsTablet": true
},
"android": {
"package": "com.reactnavigation.example"
}
}
"name": "NavigationPlayground",
"displayName": "NavigationPlayground"
}

View File

@@ -27,7 +27,7 @@ import SimpleTabs from './SimpleTabs';
import StacksInTabs from './StacksInTabs';
import StacksOverTabs from './StacksOverTabs';
import StacksOverTopTabs from './StacksOverTopTabs';
import StacksWithKeys from './StacksWithKeys';
import StacksAndKeys from './StacksAndKeys';
import StackWithCustomHeaderBackImage from './StackWithCustomHeaderBackImage';
import StackWithHeaderPreset from './StackWithHeaderPreset';
import StackWithTranslucentHeader from './StackWithTranslucentHeader';
@@ -111,7 +111,7 @@ const ExampleInfo: any = {
description: 'Tab navigator in stack with custom header heights',
name: 'Stacks with non-standard header height',
},
StacksWithKeys: {
StacksAndKeys: {
description: 'Use keys to link between screens',
name: 'Link in Stack with keys',
},
@@ -148,7 +148,7 @@ const ExampleRoutes: any = {
SimpleTabs,
StackWithCustomHeaderBackImage,
StackWithTranslucentHeader,
StacksWithKeys,
StacksAndKeys,
StacksOverTabs,
SwitchWithStacks,
StacksOverTopTabs,

View File

@@ -5,6 +5,7 @@
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
@@ -22,6 +23,8 @@
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
14C753CDBA394A6FA3AC1E77 /* Foundation.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 0EC6B12E524E44CEAFE25D96 /* Foundation.ttf */; };
165E0289701B44DCB1A8CAC7 /* FontAwesome.ttf in Resources */ = {isa = PBXBuildFile; fileRef = D9040C2DB17C45B7A8DE9FDB /* FontAwesome.ttf */; };
2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
@@ -35,27 +38,25 @@
2D16E6881FA4F8E400B85C8A /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D16E6891FA4F8E400B85C8A /* libReact.a */; };
2DCD954D1E0B4F2C00145EB5 /* NavigationPlaygroundTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* NavigationPlaygroundTests.m */; };
2DF0FFEE2056DD460020B375 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3EA31DF850E9000B6D8A /* libReact.a */; };
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
496F539538A347CEAB2954D9 /* libRNGestureHandler.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F232ABF5C93D44C29548B4C1 /* libRNGestureHandler.a */; };
60770508FB8C47889F0DEDA3 /* libRNVectorIcons.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EC3B48942C411FA9459913 /* libRNVectorIcons.a */; };
65DE1162EDFE48ACB75831B0 /* libRNVectorIcons-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9869B9330199435DB3BEEF3D /* libRNVectorIcons-tvOS.a */; };
73D38F6F62214C05B3F55B99 /* AntDesign.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 13560F679ADF443C88DEC173 /* AntDesign.ttf */; };
F191F11F40804A68B509260F /* Entypo.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 183807CF1E9A4E959B0DDD81 /* Entypo.ttf */; };
FF551317509C4BE8BFC026EA /* EvilIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 4F4D45D97EB74A4E83ABA2BC /* EvilIcons.ttf */; };
80DF53C21B0740C092E67127 /* Feather.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 352597A9FF1747608F2C270D /* Feather.ttf */; };
165E0289701B44DCB1A8CAC7 /* FontAwesome.ttf in Resources */ = {isa = PBXBuildFile; fileRef = D9040C2DB17C45B7A8DE9FDB /* FontAwesome.ttf */; };
A57CEC5B699A45949542EF6D /* FontAwesome5_Brands.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 157735A7D93C4A7C92142554 /* FontAwesome5_Brands.ttf */; };
6E8A3D15CEE142DEAAA39017 /* FontAwesome5_Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B50CCCEDA193414CAD93921C /* FontAwesome5_Regular.ttf */; };
68DCDE3442FC4AE29F17BDF1 /* FontAwesome5_Solid.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 2A9F932BE6B14C9B8D37EAF4 /* FontAwesome5_Solid.ttf */; };
14C753CDBA394A6FA3AC1E77 /* Foundation.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 0EC6B12E524E44CEAFE25D96 /* Foundation.ttf */; };
A0C1B20017A4418D8D3F8F24 /* Ionicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 826F202A8D0945AC9E5FFBC1 /* Ionicons.ttf */; };
FE8AFB6E51144F6699696116 /* MaterialCommunityIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F925ED8E197849178EC372EB /* MaterialCommunityIcons.ttf */; };
6E8A3D15CEE142DEAAA39017 /* FontAwesome5_Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B50CCCEDA193414CAD93921C /* FontAwesome5_Regular.ttf */; };
73D38F6F62214C05B3F55B99 /* AntDesign.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 13560F679ADF443C88DEC173 /* AntDesign.ttf */; };
80DF53C21B0740C092E67127 /* Feather.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 352597A9FF1747608F2C270D /* Feather.ttf */; };
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
9493F8365EFE498EAFB14DC6 /* MaterialIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 16DD71FBC86A4E23AB6EC9C6 /* MaterialIcons.ttf */; };
BFE7375B63E44506A5919C75 /* Octicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B488D56395764097914FDD58 /* Octicons.ttf */; };
F168A64D3D3B4AA7A1F25BCE /* SimpleLineIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 151EA1998647418CB5201A57 /* SimpleLineIcons.ttf */; };
A0C1B20017A4418D8D3F8F24 /* Ionicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 826F202A8D0945AC9E5FFBC1 /* Ionicons.ttf */; };
A57CEC5B699A45949542EF6D /* FontAwesome5_Brands.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 157735A7D93C4A7C92142554 /* FontAwesome5_Brands.ttf */; };
AB549EC6EF984033B3B7B717 /* Zocial.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 5E91D5B3E20D4470A9E19ACD /* Zocial.ttf */; };
ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
BFE7375B63E44506A5919C75 /* Octicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B488D56395764097914FDD58 /* Octicons.ttf */; };
D581A17F118F424FB4D7C2AC /* libRNBlur.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 62E26DE324194E4FA2DFC981 /* libRNBlur.a */; };
F168A64D3D3B4AA7A1F25BCE /* SimpleLineIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 151EA1998647418CB5201A57 /* SimpleLineIcons.ttf */; };
F191F11F40804A68B509260F /* Entypo.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 183807CF1E9A4E959B0DDD81 /* Entypo.ttf */; };
FE8AFB6E51144F6699696116 /* MaterialCommunityIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F925ED8E197849178EC372EB /* MaterialCommunityIcons.ttf */; };
FF551317509C4BE8BFC026EA /* EvilIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 4F4D45D97EB74A4E83ABA2BC /* EvilIcons.ttf */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -332,6 +333,48 @@
remoteGlobalIDString = 358F4ED71D1E81A9004DF814;
remoteInfo = RCTBlob;
};
BB39D0012239BA94001D6356 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = CA762124E84847ED9CA59648 /* RNBlur.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = A68BD7BC1BC31318005F02DF;
remoteInfo = RNBlur;
};
BB39D0032239BA94001D6356 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = CA762124E84847ED9CA59648 /* RNBlur.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 64D1BD361EEFE88700F3F219;
remoteInfo = "RNBlur-tvOS";
};
BB39D0072239BA94001D6356 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 07F08AF44BB5485EB461EF8E /* RNGestureHandler.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 134814201AA4EA6300B7C361;
remoteInfo = RNGestureHandler;
};
BB39D0092239BA94001D6356 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 07F08AF44BB5485EB461EF8E /* RNGestureHandler.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = B5C32A36220C603B000FFB8D;
remoteInfo = "RNGestureHandler-tvOS";
};
BB39D00D2239BA94001D6356 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = E140451E6B6C4527B968BC39 /* RNVectorIcons.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 5DBEB1501B18CEA900B34395;
remoteInfo = RNVectorIcons;
};
BB39D00F2239BA94001D6356 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = E140451E6B6C4527B968BC39 /* RNVectorIcons.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = A39873CE1EA65EE60051E01A;
remoteInfo = "RNVectorIcons-tvOS";
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
@@ -344,6 +387,9 @@
00E356EE1AD99517003FC87E /* NavigationPlaygroundTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NavigationPlaygroundTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
00E356F21AD99517003FC87E /* NavigationPlaygroundTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NavigationPlaygroundTests.m; sourceTree = "<group>"; };
07F08AF44BB5485EB461EF8E /* RNGestureHandler.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNGestureHandler.xcodeproj; path = "../node_modules/react-native-gesture-handler/ios/RNGestureHandler.xcodeproj"; sourceTree = "<group>"; };
0EC6B12E524E44CEAFE25D96 /* Foundation.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Foundation.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Foundation.ttf"; sourceTree = "<group>"; };
13560F679ADF443C88DEC173 /* AntDesign.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = AntDesign.ttf; path = "../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf"; sourceTree = "<group>"; };
139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = "<group>"; };
139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = "<group>"; };
13B07F961A680F5B00A75B9A /* NavigationPlayground.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NavigationPlayground.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -354,35 +400,32 @@
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = NavigationPlayground/Info.plist; sourceTree = "<group>"; };
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = NavigationPlayground/main.m; sourceTree = "<group>"; };
146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
151EA1998647418CB5201A57 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = SimpleLineIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf"; sourceTree = "<group>"; };
157735A7D93C4A7C92142554 /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Brands.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf"; sourceTree = "<group>"; };
16DD71FBC86A4E23AB6EC9C6 /* MaterialIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf"; sourceTree = "<group>"; };
183807CF1E9A4E959B0DDD81 /* Entypo.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Entypo.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Entypo.ttf"; sourceTree = "<group>"; };
2A9F932BE6B14C9B8D37EAF4 /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Solid.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf"; sourceTree = "<group>"; };
2D02E47B1E0B4A5D006451C7 /* NavigationPlayground-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "NavigationPlayground-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
2D02E4901E0B4A5D006451C7 /* NavigationPlayground-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "NavigationPlayground-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
2D16E6891FA4F8E400B85C8A /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; };
352597A9FF1747608F2C270D /* Feather.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Feather.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Feather.ttf"; sourceTree = "<group>"; };
4F4D45D97EB74A4E83ABA2BC /* EvilIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = EvilIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf"; sourceTree = "<group>"; };
5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
5E91D5B3E20D4470A9E19ACD /* Zocial.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Zocial.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Zocial.ttf"; sourceTree = "<group>"; };
62E26DE324194E4FA2DFC981 /* libRNBlur.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNBlur.a; sourceTree = "<group>"; };
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
826F202A8D0945AC9E5FFBC1 /* Ionicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Ionicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf"; sourceTree = "<group>"; };
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
9869B9330199435DB3BEEF3D /* libRNVectorIcons-tvOS.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = "libRNVectorIcons-tvOS.a"; sourceTree = "<group>"; };
ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = "<group>"; };
07F08AF44BB5485EB461EF8E /* RNGestureHandler.xcodeproj */ = {isa = PBXFileReference; name = "RNGestureHandler.xcodeproj"; path = "../node_modules/react-native-gesture-handler/ios/RNGestureHandler.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
F232ABF5C93D44C29548B4C1 /* libRNGestureHandler.a */ = {isa = PBXFileReference; name = "libRNGestureHandler.a"; path = "libRNGestureHandler.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
E140451E6B6C4527B968BC39 /* RNVectorIcons.xcodeproj */ = {isa = PBXFileReference; name = "RNVectorIcons.xcodeproj"; path = "../node_modules/react-native-vector-icons/RNVectorIcons.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
C1EC3B48942C411FA9459913 /* libRNVectorIcons.a */ = {isa = PBXFileReference; name = "libRNVectorIcons.a"; path = "libRNVectorIcons.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
9869B9330199435DB3BEEF3D /* libRNVectorIcons-tvOS.a */ = {isa = PBXFileReference; name = "libRNVectorIcons-tvOS.a"; path = "libRNVectorIcons-tvOS.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
13560F679ADF443C88DEC173 /* AntDesign.ttf */ = {isa = PBXFileReference; name = "AntDesign.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
183807CF1E9A4E959B0DDD81 /* Entypo.ttf */ = {isa = PBXFileReference; name = "Entypo.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/Entypo.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
4F4D45D97EB74A4E83ABA2BC /* EvilIcons.ttf */ = {isa = PBXFileReference; name = "EvilIcons.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
352597A9FF1747608F2C270D /* Feather.ttf */ = {isa = PBXFileReference; name = "Feather.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/Feather.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
D9040C2DB17C45B7A8DE9FDB /* FontAwesome.ttf */ = {isa = PBXFileReference; name = "FontAwesome.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
157735A7D93C4A7C92142554 /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; name = "FontAwesome5_Brands.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
B50CCCEDA193414CAD93921C /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; name = "FontAwesome5_Regular.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
2A9F932BE6B14C9B8D37EAF4 /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; name = "FontAwesome5_Solid.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
0EC6B12E524E44CEAFE25D96 /* Foundation.ttf */ = {isa = PBXFileReference; name = "Foundation.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/Foundation.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
826F202A8D0945AC9E5FFBC1 /* Ionicons.ttf */ = {isa = PBXFileReference; name = "Ionicons.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
F925ED8E197849178EC372EB /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; name = "MaterialCommunityIcons.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
16DD71FBC86A4E23AB6EC9C6 /* MaterialIcons.ttf */ = {isa = PBXFileReference; name = "MaterialIcons.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
B488D56395764097914FDD58 /* Octicons.ttf */ = {isa = PBXFileReference; name = "Octicons.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/Octicons.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
151EA1998647418CB5201A57 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; name = "SimpleLineIcons.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
5E91D5B3E20D4470A9E19ACD /* Zocial.ttf */ = {isa = PBXFileReference; name = "Zocial.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/Zocial.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
CA762124E84847ED9CA59648 /* RNBlur.xcodeproj */ = {isa = PBXFileReference; name = "RNBlur.xcodeproj"; path = "../node_modules/react-native-blur/ios/RNBlur.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
62E26DE324194E4FA2DFC981 /* libRNBlur.a */ = {isa = PBXFileReference; name = "libRNBlur.a"; path = "libRNBlur.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
B488D56395764097914FDD58 /* Octicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Octicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Octicons.ttf"; sourceTree = "<group>"; };
B50CCCEDA193414CAD93921C /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Regular.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf"; sourceTree = "<group>"; };
C1EC3B48942C411FA9459913 /* libRNVectorIcons.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNVectorIcons.a; sourceTree = "<group>"; };
CA762124E84847ED9CA59648 /* RNBlur.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNBlur.xcodeproj; path = "../node_modules/react-native-blur/ios/RNBlur.xcodeproj"; sourceTree = "<group>"; };
D9040C2DB17C45B7A8DE9FDB /* FontAwesome.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf"; sourceTree = "<group>"; };
E140451E6B6C4527B968BC39 /* RNVectorIcons.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNVectorIcons.xcodeproj; path = "../node_modules/react-native-vector-icons/RNVectorIcons.xcodeproj"; sourceTree = "<group>"; };
F232ABF5C93D44C29548B4C1 /* libRNGestureHandler.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNGestureHandler.a; sourceTree = "<group>"; };
F925ED8E197849178EC372EB /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialCommunityIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -567,6 +610,28 @@
name = Frameworks;
sourceTree = "<group>";
};
319F2F6FD8864B0FB140404E /* Resources */ = {
isa = PBXGroup;
children = (
13560F679ADF443C88DEC173 /* AntDesign.ttf */,
183807CF1E9A4E959B0DDD81 /* Entypo.ttf */,
4F4D45D97EB74A4E83ABA2BC /* EvilIcons.ttf */,
352597A9FF1747608F2C270D /* Feather.ttf */,
D9040C2DB17C45B7A8DE9FDB /* FontAwesome.ttf */,
157735A7D93C4A7C92142554 /* FontAwesome5_Brands.ttf */,
B50CCCEDA193414CAD93921C /* FontAwesome5_Regular.ttf */,
2A9F932BE6B14C9B8D37EAF4 /* FontAwesome5_Solid.ttf */,
0EC6B12E524E44CEAFE25D96 /* Foundation.ttf */,
826F202A8D0945AC9E5FFBC1 /* Ionicons.ttf */,
F925ED8E197849178EC372EB /* MaterialCommunityIcons.ttf */,
16DD71FBC86A4E23AB6EC9C6 /* MaterialIcons.ttf */,
B488D56395764097914FDD58 /* Octicons.ttf */,
151EA1998647418CB5201A57 /* SimpleLineIcons.ttf */,
5E91D5B3E20D4470A9E19ACD /* Zocial.ttf */,
);
name = Resources;
sourceTree = "<group>";
};
5E91572E1DD0AC6500FF2AA8 /* Products */ = {
isa = PBXGroup;
children = (
@@ -625,6 +690,7 @@
83CBBA001A601CBA00E9B192 /* Products */,
2D16E6871FA4F8E400B85C8A /* Frameworks */,
319F2F6FD8864B0FB140404E /* Resources */,
BB39CFD32239BA8A001D6356 /* Recovered References */,
);
indentWidth = 2;
sourceTree = "<group>";
@@ -651,28 +717,43 @@
name = Products;
sourceTree = "<group>";
};
319F2F6FD8864B0FB140404E /* Resources */ = {
isa = "PBXGroup";
BB39CFD32239BA8A001D6356 /* Recovered References */ = {
isa = PBXGroup;
children = (
13560F679ADF443C88DEC173 /* AntDesign.ttf */,
183807CF1E9A4E959B0DDD81 /* Entypo.ttf */,
4F4D45D97EB74A4E83ABA2BC /* EvilIcons.ttf */,
352597A9FF1747608F2C270D /* Feather.ttf */,
D9040C2DB17C45B7A8DE9FDB /* FontAwesome.ttf */,
157735A7D93C4A7C92142554 /* FontAwesome5_Brands.ttf */,
B50CCCEDA193414CAD93921C /* FontAwesome5_Regular.ttf */,
2A9F932BE6B14C9B8D37EAF4 /* FontAwesome5_Solid.ttf */,
0EC6B12E524E44CEAFE25D96 /* Foundation.ttf */,
826F202A8D0945AC9E5FFBC1 /* Ionicons.ttf */,
F925ED8E197849178EC372EB /* MaterialCommunityIcons.ttf */,
16DD71FBC86A4E23AB6EC9C6 /* MaterialIcons.ttf */,
B488D56395764097914FDD58 /* Octicons.ttf */,
151EA1998647418CB5201A57 /* SimpleLineIcons.ttf */,
5E91D5B3E20D4470A9E19ACD /* Zocial.ttf */,
F232ABF5C93D44C29548B4C1 /* libRNGestureHandler.a */,
C1EC3B48942C411FA9459913 /* libRNVectorIcons.a */,
62E26DE324194E4FA2DFC981 /* libRNBlur.a */,
9869B9330199435DB3BEEF3D /* libRNVectorIcons-tvOS.a */,
);
name = Resources;
name = "Recovered References";
sourceTree = "<group>";
};
BB39CFF92239BA94001D6356 /* Products */ = {
isa = PBXGroup;
children = (
BB39D0082239BA94001D6356 /* libRNGestureHandler.a */,
BB39D00A2239BA94001D6356 /* libRNGestureHandler-tvOS.a */,
);
name = Products;
sourceTree = "<group>";
};
BB39CFFB2239BA94001D6356 /* Products */ = {
isa = PBXGroup;
children = (
BB39D00E2239BA94001D6356 /* libRNVectorIcons.a */,
BB39D0102239BA94001D6356 /* libRNVectorIcons-tvOS.a */,
);
name = Products;
sourceTree = "<group>";
};
BB39CFFD2239BA94001D6356 /* Products */ = {
isa = PBXGroup;
children = (
BB39D0022239BA94001D6356 /* libRNBlur.a */,
BB39D0042239BA94001D6356 /* libRNBlur.a */,
);
name = Products;
sourceTree = "<group>";
path = "";
};
/* End PBXGroup section */
@@ -833,6 +914,18 @@
ProductGroup = 146834001AC3E56700842450 /* Products */;
ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */;
},
{
ProductGroup = BB39CFFD2239BA94001D6356 /* Products */;
ProjectRef = CA762124E84847ED9CA59648 /* RNBlur.xcodeproj */;
},
{
ProductGroup = BB39CFF92239BA94001D6356 /* Products */;
ProjectRef = 07F08AF44BB5485EB461EF8E /* RNGestureHandler.xcodeproj */;
},
{
ProductGroup = BB39CFFB2239BA94001D6356 /* Products */;
ProjectRef = E140451E6B6C4527B968BC39 /* RNVectorIcons.xcodeproj */;
},
);
projectRoot = "";
targets = (
@@ -1104,6 +1197,48 @@
remoteRef = ADBDB9261DFEBF0700ED6528 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
BB39D0022239BA94001D6356 /* libRNBlur.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libRNBlur.a;
remoteRef = BB39D0012239BA94001D6356 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
BB39D0042239BA94001D6356 /* libRNBlur.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libRNBlur.a;
remoteRef = BB39D0032239BA94001D6356 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
BB39D0082239BA94001D6356 /* libRNGestureHandler.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libRNGestureHandler.a;
remoteRef = BB39D0072239BA94001D6356 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
BB39D00A2239BA94001D6356 /* libRNGestureHandler-tvOS.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = "libRNGestureHandler-tvOS.a";
remoteRef = BB39D0092239BA94001D6356 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
BB39D00E2239BA94001D6356 /* libRNVectorIcons.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libRNVectorIcons.a;
remoteRef = BB39D00D2239BA94001D6356 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
BB39D0102239BA94001D6356 /* libRNVectorIcons-tvOS.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = "libRNVectorIcons-tvOS.a";
remoteRef = BB39D00F2239BA94001D6356 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
/* Begin PBXResourcesBuildPhase section */
@@ -1257,16 +1392,15 @@
"DEBUG=1",
"$(inherited)",
);
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
"$(SRCROOT)/../node_modules/react-native-blur/ios",
);
INFOPLIST_FILE = NavigationPlaygroundTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
OTHER_LDFLAGS = (
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/NavigationPlayground.app/NavigationPlayground";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
@@ -1274,12 +1408,13 @@
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
"$(SRCROOT)/../node_modules/react-native-blur/ios",
OTHER_LDFLAGS = (
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/NavigationPlayground.app/NavigationPlayground";
};
name = Debug;
};
@@ -1288,16 +1423,15 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
COPY_PHASE_STRIP = NO;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
"$(SRCROOT)/../node_modules/react-native-blur/ios",
);
INFOPLIST_FILE = NavigationPlaygroundTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
OTHER_LDFLAGS = (
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/NavigationPlayground.app/NavigationPlayground";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
@@ -1305,12 +1439,13 @@
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
"$(SRCROOT)/../node_modules/react-native-blur/ios",
OTHER_LDFLAGS = (
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/NavigationPlayground.app/NavigationPlayground";
};
name = Release;
};
@@ -1320,6 +1455,12 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 1;
DEAD_CODE_STRIPPING = NO;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
"$(SRCROOT)/../node_modules/react-native-blur/ios",
);
INFOPLIST_FILE = NavigationPlayground/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = (
@@ -1330,12 +1471,6 @@
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = NavigationPlayground;
VERSIONING_SYSTEM = "apple-generic";
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
"$(SRCROOT)/../node_modules/react-native-blur/ios",
);
};
name = Debug;
};
@@ -1344,6 +1479,12 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 1;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
"$(SRCROOT)/../node_modules/react-native-blur/ios",
);
INFOPLIST_FILE = NavigationPlayground/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = (
@@ -1354,12 +1495,6 @@
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = NavigationPlayground;
VERSIONING_SYSTEM = "apple-generic";
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
"$(SRCROOT)/../node_modules/react-native-blur/ios",
);
};
name = Release;
};
@@ -1375,8 +1510,21 @@
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_TESTABILITY = YES;
GCC_NO_COMMON_BLOCKS = YES;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
"$(SRCROOT)/../node_modules/react-native-blur/ios",
);
INFOPLIST_FILE = "NavigationPlayground-tvOS/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
OTHER_LDFLAGS = (
"-ObjC",
"-lc++",
@@ -1386,19 +1534,6 @@
SDKROOT = appletvos;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.2;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
"$(SRCROOT)/../node_modules/react-native-blur/ios",
);
};
name = Debug;
};
@@ -1414,8 +1549,21 @@
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_NO_COMMON_BLOCKS = YES;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
"$(SRCROOT)/../node_modules/react-native-blur/ios",
);
INFOPLIST_FILE = "NavigationPlayground-tvOS/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
OTHER_LDFLAGS = (
"-ObjC",
"-lc++",
@@ -1425,19 +1573,6 @@
SDKROOT = appletvos;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.2;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
"$(SRCROOT)/../node_modules/react-native-blur/ios",
);
};
name = Release;
};
@@ -1452,8 +1587,21 @@
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_TESTABILITY = YES;
GCC_NO_COMMON_BLOCKS = YES;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
"$(SRCROOT)/../node_modules/react-native-blur/ios",
);
INFOPLIST_FILE = "NavigationPlayground-tvOSTests/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
OTHER_LDFLAGS = (
"-ObjC",
"-lc++",
@@ -1463,19 +1611,6 @@
SDKROOT = appletvos;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/NavigationPlayground-tvOS.app/NavigationPlayground-tvOS";
TVOS_DEPLOYMENT_TARGET = 10.1;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
"$(SRCROOT)/../node_modules/react-native-blur/ios",
);
};
name = Debug;
};
@@ -1490,8 +1625,21 @@
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_NO_COMMON_BLOCKS = YES;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
"$(SRCROOT)/../node_modules/react-native-blur/ios",
);
INFOPLIST_FILE = "NavigationPlayground-tvOSTests/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
OTHER_LDFLAGS = (
"-ObjC",
"-lc++",
@@ -1501,19 +1649,6 @@
SDKROOT = appletvos;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/NavigationPlayground-tvOS.app/NavigationPlayground-tvOS";
TVOS_DEPLOYMENT_TARGET = 10.1;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
"$(SRCROOT)/../node_modules/react-native-blur/ios",
);
};
name = Release;
};

View File

@@ -3,11 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "rm -rf node_modules/react-native-screens",
"start expo": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"test flow": "flow",
"postinstall": "rm -rf node_modules/react-navigation/node_modules/react-native && rm -rf node_modules/react-navigation/node_modules/@types && rm -rf node_modules/react-navigation/node_modules/examples && rm -rf node_modules/react-navigation/node_modules/react-native-gesture-handler && rm -rf node_modules/react-navigation/node_modules/react",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"tsc": "tsc"
@@ -16,7 +12,7 @@
"react": "16.6.1",
"react-native": "0.57.7",
"react-native-blur": "^3.2.2",
"react-native-gesture-handler": "kmagiera/react-native-gesture-handler#885858d",
"react-native-gesture-handler": "^1.1.0",
"react-native-iphone-x-helper": "^1.2.0",
"react-native-vector-icons": "^6.1.0",
"react-navigation": "file:../..",
@@ -60,5 +56,8 @@
"setupFiles": [
"./tests/setup.js"
]
},
"resolutions": {
"react-native-gesture-handler": "^1.1.0"
}
}

View File

@@ -648,17 +648,16 @@
lodash "^4.17.11"
to-fast-properties "^2.0.0"
"@react-navigation/core@3.1.1":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-3.1.1.tgz#badf449ac7d2ae65b0f5aa1bf63a87e7888458d3"
integrity sha512-vVPUIpCWO3VKVvE5zYDDR/lOy5hHvRm60rQAHTF19vmt3Jqnbs3qqgYovfUAnTBm0crGLcuIwzOuprRIhC4bfQ==
"@react-navigation/core@3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-3.2.0.tgz#329dfe54f305ee22ed750d51cb09c5d18562d56f"
integrity sha512-MXjTqqPFbifXGlws4hSye9Ax4dEM2OvV7VMEJOJU9TbzQjyewi59Cjplbt8pYQ5ummvkKeRS2FlQYIygNR5oCQ==
dependencies:
create-react-context "0.2.2"
hoist-non-react-statics "^3.0.1"
hoist-non-react-statics "^2.5.5"
path-to-regexp "^1.7.0"
query-string "^6.2.0"
react-is "^16.5.2"
react-lifecycles-compat "^3.0.4"
react-is "^16.6.3"
"@react-navigation/native@3.1.5":
version "3.1.5"
@@ -2561,7 +2560,7 @@ has@^1.0.1, has@^1.0.3:
dependencies:
function-bind "^1.1.1"
hoist-non-react-statics@^2.3.1, hoist-non-react-statics@^2.5.0:
hoist-non-react-statics@^2.3.1, hoist-non-react-statics@^2.5.0, hoist-non-react-statics@^2.5.5:
version "2.5.5"
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47"
integrity sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw==
@@ -4822,7 +4821,7 @@ react-devtools-core@^3.4.2:
shell-quote "^1.6.1"
ws "^3.3.1"
react-is@^16.5.2, react-is@^16.6.1, react-is@^16.7.0, react-is@^16.8.1:
react-is@^16.6.1, react-is@^16.6.3, react-is@^16.7.0, react-is@^16.8.1:
version "16.8.4"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.4.tgz#90f336a68c3a29a096a3d648ab80e87ec61482a2"
integrity sha512-PVadd+WaUDOAciICm/J1waJaSvgq+4rHE/K70j0PFqKhkTBsPv/82UGQJNXAngz1fOQLLxI6z1sEDmJDQhCTAA==
@@ -4839,18 +4838,10 @@ react-native-blur@^3.2.2:
dependencies:
prop-types "^15.5.10"
react-native-gesture-handler@kmagiera/react-native-gesture-handler#885858d:
react-native-gesture-handler@^1.1.0, react-native-gesture-handler@~1.0.14:
version "1.1.0"
resolved "https://codeload.github.com/kmagiera/react-native-gesture-handler/tar.gz/885858d6a2faafabb84cb8c20c6cfcf795234121"
dependencies:
hoist-non-react-statics "^2.3.1"
invariant "^2.2.2"
prop-types "^15.5.10"
react-native-gesture-handler@~1.0.14:
version "1.0.17"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-1.0.17.tgz#a046f371f277092157fc2781323d35a02a93daaf"
integrity sha512-0czy7SZvF4q2aCQUGFaBu/yBjYYEbcqSU1/r2bZ/IoXj+DgYuIPBL60SSXhJdYJU8G3brfUHmtgSdcNte8Lh0w==
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-1.1.0.tgz#2a7d545ad2e0ca23adce22b2af441ad360ecccee"
integrity sha512-E9IKHpmL+sz/iCYkUriTUjBaQBORWV+oheYPQleADkxjo2sYsQfnlyTz4EQYFONkUwJ6WmfTNkYt2/yc5U4Ziw==
dependencies:
hoist-non-react-statics "^2.3.1"
invariant "^2.2.2"
@@ -4952,10 +4943,10 @@ react-native@0.57.7:
xmldoc "^0.4.0"
yargs "^9.0.0"
react-navigation-drawer@1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/react-navigation-drawer/-/react-navigation-drawer-1.2.0.tgz#475dccb00bc0e5dd56aa65a46f71ed66545f7a6b"
integrity sha512-78idNMJpOGzn0jHej69yTIiqJWdCVdMy2sBtppcdnT+DHeZXQDamTuGurjluf/2WyNB2xAXipIk4N4NnvqRfvw==
react-navigation-drawer@1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/react-navigation-drawer/-/react-navigation-drawer-1.3.0.tgz#0bb8022003b36e919e3ae55394a81384f36a14f0"
integrity sha512-IDOaMseBeH1PutxRXkqDZTboZ/1mXVd4991JetsE5VmYvedmeh6z1AtBaCJu2rwRdV4U9K2I0xMyjwI0Nijqjg==
dependencies:
react-native-tab-view "^1.2.0"
@@ -4966,10 +4957,10 @@ react-navigation-header-buttons@^2.1.1:
dependencies:
react-native-platform-touchable "^1.1.1"
react-navigation-stack@1.0.10:
version "1.0.10"
resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-1.0.10.tgz#cf1f4f222bddbfae134cfb28362bafd42a64c485"
integrity sha512-p+1oJ6lQYzblidOopIX0Tt+0ZvzaTyoPrBU9erMI04LEoa37BovYpWd1NXBIkV5+wfRt/o5R2x+RZ3LUeWpjeA==
react-navigation-stack@1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-1.1.0.tgz#a4e693f7b077945ba04e1d50a653c0dc338f6621"
integrity sha512-Yp8ZdVOvddMfUCPFI78x8l1RAubyfuVhq10MvOdcUTtBetQVlXNBfdLKdMRtqXgBLGOjWElGrbpLDxi+TfX8bQ==
react-navigation-tabs@1.0.2:
version "1.0.2"
@@ -4982,12 +4973,12 @@ react-navigation-tabs@1.0.2:
react-native-tab-view "^1.0.0"
"react-navigation@file:../..":
version "3.3.2"
version "3.4.0"
dependencies:
"@react-navigation/core" "3.1.1"
"@react-navigation/core" "3.2.0"
"@react-navigation/native" "3.1.5"
react-navigation-drawer "1.2.0"
react-navigation-stack "1.0.10"
react-navigation-drawer "1.3.0"
react-navigation-stack "1.1.0"
react-navigation-tabs "1.0.2"
react-proxy@^1.1.7:

View File

@@ -1,6 +1,6 @@
{
"name": "react-navigation",
"version": "3.3.2",
"version": "3.4.0",
"description": "Routing and navigation for your React Native apps",
"main": "src/react-navigation.js",
"types": "typescript/react-navigation.d.ts",
@@ -35,10 +35,10 @@
"react-native": "*"
},
"dependencies": {
"@react-navigation/core": "3.1.1",
"@react-navigation/core": "3.2.0",
"@react-navigation/native": "3.1.5",
"react-navigation-drawer": "1.2.0",
"react-navigation-stack": "1.0.10",
"react-navigation-drawer": "1.3.0",
"react-navigation-stack": "1.1.0",
"react-navigation-tabs": "1.0.2"
},
"devDependencies": {

View File

@@ -46,17 +46,16 @@
universal-user-agent "^2.0.0"
url-template "^2.0.8"
"@react-navigation/core@3.1.1":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-3.1.1.tgz#badf449ac7d2ae65b0f5aa1bf63a87e7888458d3"
integrity sha512-vVPUIpCWO3VKVvE5zYDDR/lOy5hHvRm60rQAHTF19vmt3Jqnbs3qqgYovfUAnTBm0crGLcuIwzOuprRIhC4bfQ==
"@react-navigation/core@3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-3.2.0.tgz#329dfe54f305ee22ed750d51cb09c5d18562d56f"
integrity sha512-MXjTqqPFbifXGlws4hSye9Ax4dEM2OvV7VMEJOJU9TbzQjyewi59Cjplbt8pYQ5ummvkKeRS2FlQYIygNR5oCQ==
dependencies:
create-react-context "0.2.2"
hoist-non-react-statics "^3.0.1"
hoist-non-react-statics "^2.5.5"
path-to-regexp "^1.7.0"
query-string "^6.2.0"
react-is "^16.5.2"
react-lifecycles-compat "^3.0.4"
react-is "^16.6.3"
"@react-navigation/native@3.1.5":
version "3.1.5"
@@ -3917,7 +3916,7 @@ hoek@2.x.x:
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
integrity sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=
hoist-non-react-statics@^2.3.1, hoist-non-react-statics@^2.5.0:
hoist-non-react-statics@^2.3.1, hoist-non-react-statics@^2.5.0, hoist-non-react-statics@^2.5.5:
version "2.5.5"
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47"
integrity sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw==
@@ -6735,7 +6734,7 @@ react-devtools-core@3.0.0:
shell-quote "^1.6.1"
ws "^2.0.3"
react-is@^16.5.2, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4:
react-is@^16.6.3, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4:
version "16.8.4"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.4.tgz#90f336a68c3a29a096a3d648ab80e87ec61482a2"
integrity sha512-PVadd+WaUDOAciICm/J1waJaSvgq+4rHE/K70j0PFqKhkTBsPv/82UGQJNXAngz1fOQLLxI6z1sEDmJDQhCTAA==
@@ -6842,17 +6841,17 @@ react-native@^0.52.0:
xmldoc "^0.4.0"
yargs "^9.0.0"
react-navigation-drawer@1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/react-navigation-drawer/-/react-navigation-drawer-1.2.0.tgz#475dccb00bc0e5dd56aa65a46f71ed66545f7a6b"
integrity sha512-78idNMJpOGzn0jHej69yTIiqJWdCVdMy2sBtppcdnT+DHeZXQDamTuGurjluf/2WyNB2xAXipIk4N4NnvqRfvw==
react-navigation-drawer@1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/react-navigation-drawer/-/react-navigation-drawer-1.3.0.tgz#0bb8022003b36e919e3ae55394a81384f36a14f0"
integrity sha512-IDOaMseBeH1PutxRXkqDZTboZ/1mXVd4991JetsE5VmYvedmeh6z1AtBaCJu2rwRdV4U9K2I0xMyjwI0Nijqjg==
dependencies:
react-native-tab-view "^1.2.0"
react-navigation-stack@1.0.10:
version "1.0.10"
resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-1.0.10.tgz#cf1f4f222bddbfae134cfb28362bafd42a64c485"
integrity sha512-p+1oJ6lQYzblidOopIX0Tt+0ZvzaTyoPrBU9erMI04LEoa37BovYpWd1NXBIkV5+wfRt/o5R2x+RZ3LUeWpjeA==
react-navigation-stack@1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-1.1.0.tgz#a4e693f7b077945ba04e1d50a653c0dc338f6621"
integrity sha512-Yp8ZdVOvddMfUCPFI78x8l1RAubyfuVhq10MvOdcUTtBetQVlXNBfdLKdMRtqXgBLGOjWElGrbpLDxi+TfX8bQ==
react-navigation-tabs@1.0.2:
version "1.0.2"