File tree Expand file tree Collapse file tree
demos/appsflyer-react-native-app Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010# Specifies the JVM arguments used for the daemon process.
1111# The setting is particularly useful for tweaking memory settings.
1212# Default value: -Xmx10248m -XX:MaxPermSize=256m
13- org.gradle.jvmargs =-Xmx2048m -XX:MaxPermSize=4g -XX: +HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
13+ org.gradle.jvmargs =-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
1414
1515# When configured, Gradle will run in incubating parallel mode.
1616# This option should only be used with decoupled projects. More details, visit
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 1414 "@react-navigation/stack" : " ^6.0.7" ,
1515 "react" : " 18.1.0" ,
1616 "react-native" : " 0.70.6" ,
17- "react-native-appsflyer" : " file: ../.." ,
17+ "react-native-appsflyer" : " ../../ " ,
1818 "react-native-elements" : " ^3.4.2" ,
1919 "react-native-gesture-handler" : " ^1.10.3" ,
2020 "react-native-safe-area-context" : " ^3.3.2" ,
21- "react-native-screens" : " 3.7.2 " ,
21+ "react-native-screens" : " ^3.34.0 " ,
2222 "react-native-vector-icons" : " 8.1.0"
2323 },
2424 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments