forked from Expensify/App
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
72 changed files
with
734 additions
and
1,449 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,4 @@ C+ are contributors who are experienced at working with Expensify and have gaine | |
|
||
## How to join? | ||
|
||
Email [email protected] and include "C+ Team Application" in the subject line if you’re interested in joining. | ||
Email [email protected] and include "C+ Team Application" in the subject line if you’re interested in joining. Please include your GitHub username and a link to the PRs you've authored that have been merged. ie. `https://github.com/Expensify/App/pulls?q=is%3Apr+author%3Aparasharrajat+is%3Amerged` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "new.expensify", | ||
"version": "1.4.58-4", | ||
"version": "1.4.58-8", | ||
"author": "Expensify, Inc.", | ||
"homepage": "https://new.expensify.com", | ||
"description": "New Expensify is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.", | ||
|
@@ -101,7 +101,7 @@ | |
"date-fns-tz": "^2.0.0", | ||
"dom-serializer": "^0.2.2", | ||
"domhandler": "^4.3.0", | ||
"expensify-common": "git+ssh://[email protected]/Expensify/expensify-common.git#f7efbd084536c140e65b49cd15f67ad8a2a10675", | ||
"expensify-common": "git+ssh://[email protected]/Expensify/expensify-common.git#1247a822328011083a13abc769ba1911c3586338", | ||
"expo": "^50.0.3", | ||
"expo-av": "~13.10.4", | ||
"expo-image": "1.11.0", | ||
|
@@ -165,7 +165,7 @@ | |
"react-native-tab-view": "^3.5.2", | ||
"react-native-url-polyfill": "^2.0.0", | ||
"react-native-view-shot": "3.8.0", | ||
"react-native-vision-camera": "^4.0.0-beta.11", | ||
"react-native-vision-camera": "2.16.8", | ||
"react-native-web": "^0.19.9", | ||
"react-native-web-linear-gradient": "^1.1.2", | ||
"react-native-web-sound": "^0.1.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
diff --git a/node_modules/react-native-vision-camera/android/build.gradle b/node_modules/react-native-vision-camera/android/build.gradle | ||
index ddfa243..bafffc3 100644 | ||
--- a/node_modules/react-native-vision-camera/android/build.gradle | ||
+++ b/node_modules/react-native-vision-camera/android/build.gradle | ||
@@ -334,7 +334,7 @@ if (ENABLE_FRAME_PROCESSORS) { | ||
def thirdPartyVersions = new Properties() | ||
thirdPartyVersions.load(new FileInputStream(thirdPartyVersionsFile)) | ||
|
||
- def BOOST_VERSION = thirdPartyVersions["BOOST_VERSION"] | ||
+ def BOOST_VERSION = thirdPartyVersions["BOOST_VERSION"] ?: "1.83.0" | ||
def boost_file = new File(downloadsDir, "boost_${BOOST_VERSION}.tar.gz") | ||
def DOUBLE_CONVERSION_VERSION = thirdPartyVersions["DOUBLE_CONVERSION_VERSION"] | ||
def double_conversion_file = new File(downloadsDir, "double-conversion-${DOUBLE_CONVERSION_VERSION}.tar.gz") | ||
@@ -352,7 +352,7 @@ if (ENABLE_FRAME_PROCESSORS) { | ||
|
||
task downloadBoost(dependsOn: createNativeDepsDirectories, type: Download) { | ||
def transformedVersion = BOOST_VERSION.replace("_", ".") | ||
- def srcUrl = "https://boostorg.jfrog.io/artifactory/main/release/${transformedVersion}/source/boost_${BOOST_VERSION}.tar.gz" | ||
+ def srcUrl = "https://archives.boost.io/release/${transformedVersion}/source/boost_${BOOST_VERSION}.tar.gz" | ||
if (REACT_NATIVE_VERSION < 69) { | ||
srcUrl = "https://github.com/react-native-community/boost-for-react-native/releases/download/v${transformedVersion}-0/boost_${BOOST_VERSION}.tar.gz" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.