Commits (23)
-
Martin Santangelo authored1649379c
-
Martin Santangelo authored86cc3c78
-
Martin Santangelo authored83a9aa31
-
Martin Santangelo authoredf7c17139
-
Martin Santangelo authored
Fix android font weight ignore >= 700 See merge request !425
b45d304d -
Brian Hatchet authored
Fix is not focusing comments/conversations See merge request !428
037fa2f6 -
Martin Santangelo authoredfe91ec99
-
Brian Hatchet authored
More reliable login e2e See merge request !427
22369c59 -
Xander Miller authored
Update readme pod install See merge request !429
9453a92f -
Martin Santangelo authoredc522cbf5
-
Martin Santangelo authored9b13c5d3
-
Martin Santangelo authored10cc2d4b
-
Brian Hatchet authored
Fix upload animated gifs iOS See merge request !432
d8ddfe3f -
Brian Hatchet authored
Fix MindsVideo should hide overlay for preview videos See merge request !433
5ecf31b6 -
Brian Hatchet authored
Feat improve pulse animation with reanimated and fix ios simulator issue See merge request !434
881ee2e5 -
Mark Harding authored
Release 3.12.0 See merge request !436
92616cd7 -
Martin Santangelo authoreddf26699f
-
Martin Santangelo authoredf2de5fb0
-
Martin Santangelo authored38929096
-
Martin Santangelo authored4a3ce68f
-
Martin Santangelo authored0956cd50
-
Martin Santangelo authored067c8b7e
-
Martin Santangelo authoredb11b9803
Showing
... | ... | @@ -18,7 +18,7 @@ |
"@hawkingnetwork/node-libs-react-native": "^1.0.10", | ||
"@react-native-community/art": "^1.0.2", | ||
"@react-native-community/async-storage": "^1.3.4", | ||
"@react-native-community/cameraroll": "^1.2.1", | ||
"@react-native-community/cameraroll": "^1.3.0", | ||
"@react-native-community/netinfo": "^4.4.0", | ||
"@sentry/react-native": "^1.0.9", | ||
"crypto-js": "^3.1.9-1", | ||
... | ... | @@ -64,6 +64,7 @@ |
"react-native-qrcode-svg": "^5.2.0", | ||
"react-native-randombytes": "^3.5.3", | ||
"react-native-reanimated": "^1.3.0", | ||
"react-native-redash": "^8.6.0", | ||
"react-native-screens": "^2.0.0-alpha.11", | ||
"react-native-share": "^2.0.0", | ||
"react-native-snap-carousel": "^3.8.2", | ||
... | ... | @@ -107,7 +108,7 @@ |
"configurations": { | ||
"ios.sim.debug": { | ||
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/Minds.app", | ||
"build": "xcodebuild -workspace ios/Minds.xcworkspace -scheme Minds -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build", | ||
"build": "RN_SRC_EXT=e2e.js xcodebuild -workspace ios/Minds.xcworkspace -scheme Minds -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build", | ||
"type": "ios.simulator", | ||
"device": { | ||
"type": "iPhone 11" | ||
... | ... | @@ -115,7 +116,7 @@ |
}, | ||
"ios.sim.release": { | ||
"binaryPath": "ios/build/Build/Products/Release-iphonesimulator/Minds.app", | ||
"build": "xcodebuild -workspace ios/Minds.xcworkspace -scheme Minds -configuration Release -sdk iphonesimulator -derivedDataPath ios/build", | ||
"build": "RN_SRC_EXT=e2e.js xcodebuild -workspace ios/Minds.xcworkspace -scheme Minds -configuration Release -sdk iphonesimulator -derivedDataPath ios/build", | ||
"type": "ios.simulator", | ||
"device": { | ||
"type": "iPhone 11" | ||
... | ... |
src/config/Config.e2e.js
0 → 100644