Bluesky app fork with some witchin' additions 馃挮 witchsky.app
bluesky fork client
at main 32 lines 740 B view raw
1appId: app.witchsky 2--- 3- launchApp: 4 appId: "app.witchsky" 5 clearState: true 6 arguments: 7 "-EXDevMenuIsOnboardingFinished": true 8- runFlow: 9 when: 10 platform: iOS 11 commands: 12 - openLink: "exp+bluesky://expo-development-client/?url=http%3A%2F%2Flocalhost%3A8081" 13 - runFlow: 14 when: 15 visible: 'Open in "Bluesky"' 16 commands: 17 - tapOn: Open 18- runFlow: 19 when: 20 platform: Android 21 commands: 22 - tapOn: 'http://localhost:8081' 23 - runFlow: 24 label: "Dismiss Expo dev menu" 25 when: 26 visible: "Continue" 27 commands: 28 - back 29- tapOn: 30 id: e2eProxyHeaderInput 31- inputText: ${output.result} 32- pressKey: Enter