Skip to content

Commit 65d817a

Browse files
Add createZoomListWithReanimatedComponent API (intergalacticspacehighway#12)
* wip * feat: createZoomListWithReanimatedComponent
1 parent be719da commit 65d817a

File tree

16 files changed

+1158
-852
lines changed

16 files changed

+1158
-852
lines changed

example/ios/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ DerivedData
2121
*.ipa
2222
*.xcuserstate
2323
project.xcworkspace
24+
.xcode.env.local
2425

2526
# Bundle artifacts
2627
*.jsbundle

example/ios/.xcode.env

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This `.xcode.env` file is versioned and is used to source the environment
2+
# used when running script phases inside Xcode.
3+
# To customize your local environment, you can create an `.xcode.env.local`
4+
# file that is not versioned.
5+
6+
# NODE_BINARY variable contains the PATH to the node executable.
7+
#
8+
# Customize the NODE_BINARY variable here.
9+
# For example, to use nvm with brew, add the following line
10+
# . "$(brew --prefix nvm)/nvm.sh" --no-use
11+
export NODE_BINARY=$(command -v node)

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require File.join(File.dirname(`node --print "require.resolve('@react-native-com
55
require 'json'
66
podfile_properties = JSON.parse(File.read(File.join(__dir__, 'Podfile.properties.json'))) rescue {}
77

8-
platform :ios, podfile_properties['ios.deploymentTarget'] || '12.0'
8+
platform :ios, podfile_properties['ios.deploymentTarget'] || '12.4'
99
install! 'cocoapods',
1010
:deterministic_uuids => false
1111

0 commit comments

Comments
 (0)