Skip to content

Commit 3b4c6fb

Browse files
authored
Upgrade examples. (#309)
1 parent 82a3aea commit 3b4c6fb

File tree

26 files changed

+2633
-610
lines changed

26 files changed

+2633
-610
lines changed

react-native-fast-image-example-cocoapods/android/app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ android {
137137
}
138138

139139
dependencies {
140-
implementation project(':react-native-image-picker')
141-
implementation project(':react-native-vector-icons')
142-
implementation project(':react-native-fast-image')
140+
compile project(':react-native-vector-icons')
141+
compile project(':react-native-image-picker')
142+
compile project(':react-native-fast-image')
143143
implementation fileTree(dir: "libs", include: ["*.jar"])
144144
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
145145
implementation "com.facebook.react:react-native:+" // From node_modules

react-native-fast-image-example-cocoapods/android/app/src/main/AndroidManifest.xml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
<uses-permission android:name="android.permission.INTERNET" />
55
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
6+
<uses-permission android:name="android.permission.CAMERA" />
7+
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
68

79
<application
810
android:name=".MainApplication"

react-native-fast-image-example-cocoapods/android/app/src/main/java/com/reactnativefastimageexamplecocoapods/MainApplication.java

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
package com.reactnativefastimageexamplecocoapods;
1+
package com.reactnativefastimageexample;
22

33
import android.app.Application;
44

55
import com.facebook.react.ReactApplication;
6-
import com.imagepicker.ImagePickerPackage;
76
import com.oblador.vectoricons.VectorIconsPackage;
7+
import com.imagepicker.ImagePickerPackage;
88
import com.dylanvann.fastimage.FastImageViewPackage;
99
import com.facebook.react.ReactNativeHost;
1010
import com.facebook.react.ReactPackage;
@@ -26,9 +26,9 @@ public boolean getUseDeveloperSupport() {
2626
protected List<ReactPackage> getPackages() {
2727
return Arrays.<ReactPackage>asList(
2828
new MainReactPackage(),
29-
new ImagePickerPackage(),
30-
new VectorIconsPackage(),
31-
new FastImageViewPackage()
29+
new VectorIconsPackage(),
30+
new ImagePickerPackage(),
31+
new FastImageViewPackage()
3232
);
3333
}
3434

react-native-fast-image-example-cocoapods/ios/Podfile.lock

+23-23
Original file line numberDiff line numberDiff line change
@@ -7,57 +7,57 @@ PODS:
77
- DoubleConversion
88
- glog
99
- glog (0.3.5)
10-
- React (0.57.1):
11-
- React/Core (= 0.57.1)
12-
- react-native-fast-image (5.0.9):
10+
- React (0.57.3):
11+
- React/Core (= 0.57.3)
12+
- react-native-fast-image (5.0.10):
1313
- FLAnimatedImage
1414
- React
1515
- SDWebImage/Core
1616
- SDWebImage/GIF
17-
- react-native-image-picker (0.14.3):
17+
- react-native-image-picker (0.27.1):
1818
- React
19-
- React/Core (0.57.1):
20-
- yoga (= 0.57.1.React)
21-
- React/CxxBridge (0.57.1):
19+
- React/Core (0.57.3):
20+
- yoga (= 0.57.3.React)
21+
- React/CxxBridge (0.57.3):
2222
- Folly (= 2016.10.31.00)
2323
- React/Core
2424
- React/cxxreact
25-
- React/cxxreact (0.57.1):
25+
- React/cxxreact (0.57.3):
2626
- boost-for-react-native (= 1.63.0)
2727
- Folly (= 2016.10.31.00)
2828
- React/jschelpers
2929
- React/jsinspector
30-
- React/DevSupport (0.57.1):
30+
- React/DevSupport (0.57.3):
3131
- React/Core
3232
- React/RCTWebSocket
33-
- React/fishhook (0.57.1)
34-
- React/jschelpers (0.57.1):
33+
- React/fishhook (0.57.3)
34+
- React/jschelpers (0.57.3):
3535
- Folly (= 2016.10.31.00)
3636
- React/PrivateDatabase
37-
- React/jsinspector (0.57.1)
38-
- React/PrivateDatabase (0.57.1)
39-
- React/RCTAnimation (0.57.1):
37+
- React/jsinspector (0.57.3)
38+
- React/PrivateDatabase (0.57.3)
39+
- React/RCTAnimation (0.57.3):
4040
- React/Core
41-
- React/RCTBlob (0.57.1):
41+
- React/RCTBlob (0.57.3):
4242
- React/Core
43-
- React/RCTImage (0.57.1):
43+
- React/RCTImage (0.57.3):
4444
- React/Core
4545
- React/RCTNetwork
46-
- React/RCTNetwork (0.57.1):
46+
- React/RCTNetwork (0.57.3):
4747
- React/Core
48-
- React/RCTText (0.57.1):
48+
- React/RCTText (0.57.3):
4949
- React/Core
50-
- React/RCTWebSocket (0.57.1):
50+
- React/RCTWebSocket (0.57.3):
5151
- React/Core
5252
- React/fishhook
5353
- React/RCTBlob
54-
- RNVectorIcons (5.0.0):
54+
- RNVectorIcons (6.0.2):
5555
- React
5656
- SDWebImage/Core (4.4.2)
5757
- SDWebImage/GIF (4.4.2):
5858
- FLAnimatedImage (~> 1.0)
5959
- SDWebImage/Core
60-
- yoga (0.57.1.React)
60+
- yoga (0.57.3.React)
6161

6262
DEPENDENCIES:
6363
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
@@ -108,8 +108,8 @@ SPEC CHECKSUMS:
108108
glog: e8acf0ebbf99759d3ff18c86c292a5898282dcde
109109
React: 1fe0eb13d90b625d94c3b117c274dcfd2e760e11
110110
react-native-fast-image: cba3d9bf9c2cf8ddb643d887a686c53a5dd90a2c
111-
react-native-image-picker: b303e31c3c4ada1d7cb1342423d328d2efb07fb3
112-
RNVectorIcons: c0dbfbf6068fefa240c37b0f71bd03b45dddac44
111+
react-native-image-picker: f42de90075c5b1af53417af927631d909a1a746e
112+
RNVectorIcons: 8c52e1e8da1153613fdef44748e865c25556cb9c
113113
SDWebImage: 624d6e296c69b244bcede364c72ae0430ac14681
114114
yoga: b1ce48b6cf950b98deae82838f5173ea7cf89e85
115115

react-native-fast-image-example-cocoapods/ios/ReactNativeFastImageExampleCocoaPods.xcodeproj/project.pbxproj

+72-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
};
66
objectVersion = 46;
77
objects = {
8-
98
/* Begin PBXBuildFile section */
109
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
1110
00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
@@ -39,6 +38,21 @@
3938
4264737B25A8C730381E2FEF /* libPods-ReactNativeFastImageExampleCocoaPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 29BCA26A25BE80EA2936FECC /* libPods-ReactNativeFastImageExampleCocoaPods.a */; };
4039
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
4140
ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
41+
48CAC89CFED442BF900F0BA7 /* AntDesign.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 44554731BBAC467B9D0C93AB /* AntDesign.ttf */; };
42+
FC7EA2A3D8664F828B414D03 /* Entypo.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 981847634CDD4176B24BB5F3 /* Entypo.ttf */; };
43+
0AB2506A4BFA46C9815FB0CE /* EvilIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A1EB81477EE5415E91D8A919 /* EvilIcons.ttf */; };
44+
A6901A3E9A6B48598E3F48B7 /* Feather.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A1A2EAE5C560464FA10A7A16 /* Feather.ttf */; };
45+
3E298FBB14314240837024E4 /* FontAwesome.ttf in Resources */ = {isa = PBXBuildFile; fileRef = D2285E2583F84E4A9FDDC142 /* FontAwesome.ttf */; };
46+
001E812303D0459F94E7D0CA /* FontAwesome5_Brands.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 623B15A503BA40F1B9A066C5 /* FontAwesome5_Brands.ttf */; };
47+
7C0ABD80AC31461583D6DD00 /* FontAwesome5_Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 447EFD43CEC94ACCA127C8EB /* FontAwesome5_Regular.ttf */; };
48+
EAF087E16D564188B5BB12D9 /* FontAwesome5_Solid.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 440F1BA068014703ABD5DF57 /* FontAwesome5_Solid.ttf */; };
49+
602571F196A74736B8D84886 /* Foundation.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 6CF910D8E7CA48F0BFA9A174 /* Foundation.ttf */; };
50+
0C290A93886E465CA4242A83 /* Ionicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 00B0E8D549AC495E984CC5FC /* Ionicons.ttf */; };
51+
751A36C2A2604235B7C9D473 /* MaterialCommunityIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 76625DF2B8D74D86B67011FB /* MaterialCommunityIcons.ttf */; };
52+
1E5A4F6A7C9741CFB9481D4F /* MaterialIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 7D778597146E4F428E1A1944 /* MaterialIcons.ttf */; };
53+
9C87D3FCA8D14C92BBA2BC0D /* Octicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 09DAB6598CDF4325BE7902C5 /* Octicons.ttf */; };
54+
8FC86BA6B83B42F3969C731D /* SimpleLineIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 79B09607C7E24CCBBF957F3B /* SimpleLineIcons.ttf */; };
55+
44CEFEEFB7CC45CBB06068A9 /* Zocial.ttf in Resources */ = {isa = PBXBuildFile; fileRef = C325A7ED44D44D5C917B8268 /* Zocial.ttf */; };
4256
/* End PBXBuildFile section */
4357

4458
/* Begin PBXContainerItemProxy section */
@@ -347,6 +361,21 @@
347361
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
348362
ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = "<group>"; };
349363
FD0561220779242806D220FD /* Pods-ReactNativeFastImageExampleCocoaPods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeFastImageExampleCocoaPods.release.xcconfig"; path = "Pods/Target Support Files/Pods-ReactNativeFastImageExampleCocoaPods/Pods-ReactNativeFastImageExampleCocoaPods.release.xcconfig"; sourceTree = "<group>"; };
364+
44554731BBAC467B9D0C93AB /* 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; };
365+
981847634CDD4176B24BB5F3 /* 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; };
366+
A1EB81477EE5415E91D8A919 /* 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; };
367+
A1A2EAE5C560464FA10A7A16 /* 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; };
368+
D2285E2583F84E4A9FDDC142 /* 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; };
369+
623B15A503BA40F1B9A066C5 /* 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; };
370+
447EFD43CEC94ACCA127C8EB /* 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; };
371+
440F1BA068014703ABD5DF57 /* 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; };
372+
6CF910D8E7CA48F0BFA9A174 /* 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; };
373+
00B0E8D549AC495E984CC5FC /* 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; };
374+
76625DF2B8D74D86B67011FB /* 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; };
375+
7D778597146E4F428E1A1944 /* 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; };
376+
09DAB6598CDF4325BE7902C5 /* 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; };
377+
79B09607C7E24CCBBF957F3B /* 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; };
378+
C325A7ED44D44D5C917B8268 /* 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; };
350379
/* End PBXFileReference section */
351380

352381
/* Begin PBXFrameworksBuildPhase section */
@@ -593,6 +622,7 @@
593622
83CBBA001A601CBA00E9B192 /* Products */,
594623
2D16E6871FA4F8E400B85C8A /* Frameworks */,
595624
061CD2C2470D64BBD5177147 /* Pods */,
625+
1D13D3EAE36145BFA1F5B648 /* Resources */,
596626
);
597627
indentWidth = 2;
598628
sourceTree = "<group>";
@@ -619,6 +649,29 @@
619649
name = Products;
620650
sourceTree = "<group>";
621651
};
652+
1D13D3EAE36145BFA1F5B648 /* Resources */ = {
653+
isa = "PBXGroup";
654+
children = (
655+
44554731BBAC467B9D0C93AB /* AntDesign.ttf */,
656+
981847634CDD4176B24BB5F3 /* Entypo.ttf */,
657+
A1EB81477EE5415E91D8A919 /* EvilIcons.ttf */,
658+
A1A2EAE5C560464FA10A7A16 /* Feather.ttf */,
659+
D2285E2583F84E4A9FDDC142 /* FontAwesome.ttf */,
660+
623B15A503BA40F1B9A066C5 /* FontAwesome5_Brands.ttf */,
661+
447EFD43CEC94ACCA127C8EB /* FontAwesome5_Regular.ttf */,
662+
440F1BA068014703ABD5DF57 /* FontAwesome5_Solid.ttf */,
663+
6CF910D8E7CA48F0BFA9A174 /* Foundation.ttf */,
664+
00B0E8D549AC495E984CC5FC /* Ionicons.ttf */,
665+
76625DF2B8D74D86B67011FB /* MaterialCommunityIcons.ttf */,
666+
7D778597146E4F428E1A1944 /* MaterialIcons.ttf */,
667+
09DAB6598CDF4325BE7902C5 /* Octicons.ttf */,
668+
79B09607C7E24CCBBF957F3B /* SimpleLineIcons.ttf */,
669+
C325A7ED44D44D5C917B8268 /* Zocial.ttf */,
670+
);
671+
name = Resources;
672+
sourceTree = "<group>";
673+
path = "";
674+
};
622675
/* End PBXGroup section */
623676

624677
/* Begin PBXNativeTarget section */
@@ -702,7 +755,7 @@
702755
83CBB9F71A601CBA00E9B192 /* Project object */ = {
703756
isa = PBXProject;
704757
attributes = {
705-
LastUpgradeCheck = 0940;
758+
LastUpgradeCheck = 940;
706759
ORGANIZATIONNAME = Facebook;
707760
TargetAttributes = {
708761
00E356ED1AD99517003FC87E = {
@@ -1067,6 +1120,21 @@
10671120
files = (
10681121
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
10691122
13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
1123+
48CAC89CFED442BF900F0BA7 /* AntDesign.ttf in Resources */,
1124+
FC7EA2A3D8664F828B414D03 /* Entypo.ttf in Resources */,
1125+
0AB2506A4BFA46C9815FB0CE /* EvilIcons.ttf in Resources */,
1126+
A6901A3E9A6B48598E3F48B7 /* Feather.ttf in Resources */,
1127+
3E298FBB14314240837024E4 /* FontAwesome.ttf in Resources */,
1128+
001E812303D0459F94E7D0CA /* FontAwesome5_Brands.ttf in Resources */,
1129+
7C0ABD80AC31461583D6DD00 /* FontAwesome5_Regular.ttf in Resources */,
1130+
EAF087E16D564188B5BB12D9 /* FontAwesome5_Solid.ttf in Resources */,
1131+
602571F196A74736B8D84886 /* Foundation.ttf in Resources */,
1132+
0C290A93886E465CA4242A83 /* Ionicons.ttf in Resources */,
1133+
751A36C2A2604235B7C9D473 /* MaterialCommunityIcons.ttf in Resources */,
1134+
1E5A4F6A7C9741CFB9481D4F /* MaterialIcons.ttf in Resources */,
1135+
9C87D3FCA8D14C92BBA2BC0D /* Octicons.ttf in Resources */,
1136+
8FC86BA6B83B42F3969C731D /* SimpleLineIcons.ttf in Resources */,
1137+
44CEFEEFB7CC45CBB06068A9 /* Zocial.ttf in Resources */,
10701138
);
10711139
runOnlyForDeploymentPostprocessing = 0;
10721140
};
@@ -1123,6 +1191,7 @@
11231191
);
11241192
inputPaths = (
11251193
"${SRCROOT}/Pods/Target Support Files/Pods-ReactNativeFastImageExampleCocoaPods/Pods-ReactNativeFastImageExampleCocoaPods-resources.sh",
1194+
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf",
11261195
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf",
11271196
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf",
11281197
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Feather.ttf",
@@ -1140,6 +1209,7 @@
11401209
);
11411210
name = "[CP] Copy Pods Resources";
11421211
outputPaths = (
1212+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AntDesign.ttf",
11431213
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Entypo.ttf",
11441214
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EvilIcons.ttf",
11451215
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Feather.ttf",

react-native-fast-image-example-cocoapods/ios/ReactNativeFastImageExampleCocoaPods/Info.plist

+16-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
77
<key>CFBundleDisplayName</key>
8-
<string>ReactNativeFastImageExampleCocoaPods</string>
8+
<string>ReactNativeFastImageExample</string>
99
<key>CFBundleExecutable</key>
1010
<string>$(EXECUTABLE_NAME)</string>
1111
<key>CFBundleIdentifier</key>
@@ -37,14 +37,29 @@
3737
</dict>
3838
</dict>
3939
</dict>
40+
<key>NSAppleMusicUsageDescription</key>
41+
<string>We need access to your media.</string>
4042
<key>NSLocationWhenInUseUsageDescription</key>
4143
<string></string>
44+
<key>NSPhotoLibraryUsageDescription</key>
45+
<string>We need access to your photos.</string>
4246
<key>UIAppFonts</key>
4347
<array>
48+
<string>AntDesign.ttf</string>
49+
<string>Entypo.ttf</string>
50+
<string>EvilIcons.ttf</string>
51+
<string>Feather.ttf</string>
4452
<string>FontAwesome.ttf</string>
53+
<string>FontAwesome5_Brands.ttf</string>
54+
<string>FontAwesome5_Regular.ttf</string>
55+
<string>FontAwesome5_Solid.ttf</string>
4556
<string>Foundation.ttf</string>
4657
<string>Ionicons.ttf</string>
58+
<string>MaterialCommunityIcons.ttf</string>
4759
<string>MaterialIcons.ttf</string>
60+
<string>Octicons.ttf</string>
61+
<string>SimpleLineIcons.ttf</string>
62+
<string>Zocial.ttf</string>
4863
</array>
4964
<key>UILaunchStoryboardName</key>
5065
<string>LaunchScreen</string>

react-native-fast-image-example-cocoapods/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@
77
"test": "jest"
88
},
99
"dependencies": {
10-
"react": "16.5.0",
11-
"react-native": "0.57.1",
12-
"react-native-fast-image": "^5.0.9",
13-
"react-native-image-picker": "^0.26.10",
10+
"react": "16.6.0-alpha.8af6728",
11+
"react-native": "0.57.3",
12+
"react-native-fast-image": "^5.0.10",
13+
"react-native-image-picker": "^0.27.1",
1414
"react-native-image-progress": "^1.1.1",
1515
"react-native-status-bar-height": "^2.1.0",
16-
"react-native-vector-icons": "^5.0.0",
17-
"react-navigation": "^2.16.0",
16+
"react-native-vector-icons": "^6.0.2",
17+
"react-navigation": "^2.18.0",
1818
"react-timeout": "^1.1.2",
1919
"uuid": "^3.3.2"
2020
},
2121
"devDependencies": {
2222
"babel-jest": "23.6.0",
2323
"jest": "23.6.0",
24-
"metro-react-native-babel-preset": "0.45.6",
25-
"react-test-renderer": "16.5.0"
24+
"metro-react-native-babel-preset": "0.48.1",
25+
"react-test-renderer": "16.6.0-alpha.8af6728"
2626
},
2727
"jest": {
2828
"preset": "react-native"

0 commit comments

Comments
 (0)