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:
commit
7bf0053974
@ -61,7 +61,7 @@
|
||||
with pkgs; {
|
||||
defaultPackage = appBuild;
|
||||
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;
|
||||
shellHook = ''
|
||||
export JAVA_HOME=${pkgs.jdk17.home}
|
||||
|
@ -45,6 +45,7 @@
|
||||
"graphql": "^16.8.1",
|
||||
"jest": "^29.2.1",
|
||||
"jest-expo": "~49.0.0",
|
||||
"railbird-gql": "git+https://dev.railbird.ai/railbird/railbird-gql.git#db82f66c5d3600d90f09c813f71287e176dc078b",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.72.6",
|
||||
"react-native-dotenv": "^3.4.9",
|
||||
@ -57,6 +58,7 @@
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.3.3",
|
||||
"@babel/core": "^7.20.0",
|
||||
"@react-native/metro-config": "^0.72.9",
|
||||
"@testing-library/jest-native": "^5.4.3",
|
||||
|
Loading…
Reference in New Issue
Block a user