mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-05-08 06:29:34 -05:00
Merge branch 'ritesh/rn081' of github.com:Jellify-Music/App into feature/context-menus
This commit is contained in:
@@ -4,11 +4,12 @@ inputs:
|
||||
xcode-version:
|
||||
description: 'The xcode version to use'
|
||||
required: false
|
||||
default: '16.2.0'
|
||||
default: '16.3.0'
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Setup xcode
|
||||
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd
|
||||
uses: maxim-lobanov/setup-xcode@v1
|
||||
with:
|
||||
xcode-version: ${{ inputs.xcode-version }}
|
||||
xcode-version: ${{ inputs.xcode-version }}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
appId: com.jellify
|
||||
---
|
||||
- launchApp
|
||||
# Wait for app to be ready, then navigate to Settings tab
|
||||
- assertVisible:
|
||||
id: "library-tab-button"
|
||||
|
||||
+1
-1
@@ -82,7 +82,7 @@
|
||||
"react-native-pager-view": "^7.0.0",
|
||||
"react-native-reanimated": "4.0.2",
|
||||
"react-native-safe-area-context": "^5.6.0",
|
||||
"react-native-screens": "^4.14.0",
|
||||
"react-native-screens": "4.14.0",
|
||||
"react-native-swipeable-item": "^2.0.9",
|
||||
"react-native-text-ticker": "^1.15.0",
|
||||
"react-native-toast-message": "^2.3.3",
|
||||
|
||||
@@ -8523,7 +8523,7 @@ react-native-safe-area-context@^5.6.0:
|
||||
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-5.6.0.tgz#0ab284c291bb57d59330abf7dfe65156d6340e78"
|
||||
integrity sha512-tJas3YOdsuCg3kepCTGF3LWZp9onMbb9Agju2xfs2kRX8d/5TMUPmupBpjerk/B7Tv/zeJnk+qp5neA96Y0otQ==
|
||||
|
||||
react-native-screens@^4.14.0:
|
||||
react-native-screens@4.14.0:
|
||||
version "4.14.0"
|
||||
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-4.14.0.tgz#585c84954f2c0a60b8726deb5940c2c0b20b0f1b"
|
||||
integrity sha512-BMTQ30IozI8ZkqqPw71LbiaEcU+F5wDmfXDFlVn0wupZnxt0l7x7lUh2nljxR7rNHQneNIZoRTlu0ExK0R0xmA==
|
||||
|
||||
Reference in New Issue
Block a user