Merge pull request 'Add railbird-gql as a dependency' (#80) from ivan/railbird-gql into master

Reviewed-on: railbird/rn-playground#80
This commit is contained in:
Ivan Malison 2024-02-03 16:44:30 -07:00
commit 7bf0053974
3 changed files with 1460 additions and 39 deletions

View File

@ -61,7 +61,7 @@
with pkgs; { with pkgs; {
defaultPackage = appBuild; defaultPackage = appBuild;
devShell = mkShell { devShell = mkShell {
buildInputs = [nodejs yarn watchman gradle_7 alejandra nodePackages.prettier]; buildInputs = [nodejs yarn watchman gradle_7 alejandra nodePackages.prettier typescript];
ANDROID_SDK_BIN = android-sdk; ANDROID_SDK_BIN = android-sdk;
shellHook = '' shellHook = ''
export JAVA_HOME=${pkgs.jdk17.home} export JAVA_HOME=${pkgs.jdk17.home}

View File

@ -45,6 +45,7 @@
"graphql": "^16.8.1", "graphql": "^16.8.1",
"jest": "^29.2.1", "jest": "^29.2.1",
"jest-expo": "~49.0.0", "jest-expo": "~49.0.0",
"railbird-gql": "git+https://dev.railbird.ai/railbird/railbird-gql.git#db82f66c5d3600d90f09c813f71287e176dc078b",
"react": "18.2.0", "react": "18.2.0",
"react-native": "0.72.6", "react-native": "0.72.6",
"react-native-dotenv": "^3.4.9", "react-native-dotenv": "^3.4.9",
@ -57,6 +58,7 @@
"typescript": "^5.3.3" "typescript": "^5.3.3"
}, },
"devDependencies": { "devDependencies": {
"typescript": "^5.3.3",
"@babel/core": "^7.20.0", "@babel/core": "^7.20.0",
"@react-native/metro-config": "^0.72.9", "@react-native/metro-config": "^0.72.9",
"@testing-library/jest-native": "^5.4.3", "@testing-library/jest-native": "^5.4.3",

1495
yarn.lock

File diff suppressed because it is too large Load Diff