Skip to content

Commit

Permalink
add link to expo snack
Browse files Browse the repository at this point in the history
  • Loading branch information
theresasogunle committed Jun 27, 2024
1 parent 33cee17 commit b97338a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion image-transition/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const styles = StyleSheet.create({
},
buttons: {
position: "absolute",
top: 80,
bottom: 80,
right: 40,
zIndex: 10,
flexDirection: "row",
Expand Down
3 changes: 2 additions & 1 deletion image-transition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
- In the root directory of `image-transition`, run `npm install`, node_modules should now be present
- Download Expo Go on your android/ios device, See: https://expo.dev/go
- Then run `npm run start`, a QR code will appear on the terminal
- Scan the QR code with your device's camera, this will automatically load the app in Expo Go.
- Scan the QR code with your device's camera, this will automatically load the app in Expo Go.
- Link to Expo Snack: https://snack.expo.dev/@wumz/image-transition?platform=ios

0 comments on commit b97338a

Please sign in to comment.