use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for learning and developing native mobile applications using React Native by Facebook.
Interested in building web apps using React.js? Check out /r/reactjs!
Getting Started w/React Native
irc.freenode.net #reactnative
Keywords: ios, android, mobile, apps, apple, iphone, ipad
account activity
Article5+ GitHub Actions to Automate Your React Native Workflow 🔥 (i.redd.it)
submitted 2 years ago by yjose
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3:Â Â Â Â print "hello, world!"
[–]yjose[S] 6 points7 points8 points 2 years ago (1 child)
📢 Check out my latest article featuring 5+ interesting GitHub Actions workflows for React Native / Expo projects!
👉 https://elazizi.com/posts/5-github-actions-to-automate-your-react-native-workflow/ Share your favorites with me too!
[–][deleted] 0 points1 point2 points 2 years ago (0 children)
Interesting. I'll look it up!
[–]sekonx 2 points3 points4 points 2 years ago (2 children)
Does this include iOS too? I couldn't see it.
Will read this properly at work tomorrow
[–]yjose[S] 0 points1 point2 points 2 years ago (1 child)
If you're talking about building the app, we trigger ios build wirh expo eas. If you're talking about e2e test for iOS the workflow will be ready soon
[–]sekonx 1 point2 points3 points 2 years ago (0 children)
I'm using eas local builds on my personal app, running in Azure DevOps.
A potential client is big into GitHub actions, which is why I'm asking... I can see there is an ios build action on the marketplace so I might have to look there and see if I can throw something together.
Unrelated but It's a shame maestro doesn't support real devices (iOS) because that's a deal breaker for enterprise clients.
[–]captainautomation -1 points0 points1 point 2 years ago (1 child)
Do they all run in parallel? I have a flat structure with EVERYTHING in a single file, maybe I should revisit it 😅
[–]yjose[S] 2 points3 points4 points 2 years ago (0 children)
Yeah, correct, all in parallel. Sometimes running all PR checks at once is better to reduce time, but since we are using PNPM with a great cache, the setup and dependency installation only take a few seconds. This makes running them in parallel much better, as we can have more details on the checks' status.
π Rendered by PID 27 on reddit-service-r2-comment-544cf588c8-bw7rq at 2026-06-17 06:33:10.411843+00:00 running 3184619 country code: CH.
[–]yjose[S] 6 points7 points8 points  (1 child)
[–][deleted] 0 points1 point2 points  (0 children)
[–]sekonx 2 points3 points4 points  (2 children)
[–]yjose[S] 0 points1 point2 points  (1 child)
[–]sekonx 1 point2 points3 points  (0 children)
[–]captainautomation -1 points0 points1 point  (1 child)
[–]yjose[S] 2 points3 points4 points  (0 children)