We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b281d3d + 093947d commit 4e0fbd5Copy full SHA for 4e0fbd5
.github/workflows/expo.yml
@@ -0,0 +1,16 @@
1
+name: Expo Build
2
+on: [push,pull_request]
3
+
4
+jobs:
5
+ build:
6
+ name: Build
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v1
10
+ - uses: actions/setup-node@v1
11
+ with:
12
+ node-version: 12.x
13
+ - uses: expo/expo-github-action@v5
14
15
+ expo-version: 3.x
16
+ - run: yarn install
README.md
@@ -1,3 +1,5 @@
+
# React Native & Redux Application - מהפכה של שמחה
**אפליקציה לעידוד התנדבויות בבתי חולים**
0 commit comments