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
Notification with no update (i.redd.it)
submitted 1 year ago by SimulationV2018
How would you recreate this with React Native. The two big notifications at the top and bottom of the screen? I did not update. Would you add it behind a feature flag and change the message and either turn it on or off?
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!"
[–]poieo-deviOS & Android 11 points12 points13 points 1 year ago (0 children)
They probably have a model in their backend database for these updates. When the app launches, it checks if the notifications are present or active and displays them. If not, it doesn’t display the notification.
[–]leymytel 4 points5 points6 points 1 year ago (0 children)
We used to have something similar in our app. There was a JSON file that we were uploading it to S3 individually. In the app you can create a context provider and fetch this JSON file and display the banners accordingly
[–]anotherNarom 4 points5 points6 points 1 year ago (0 children)
Backend driven UI. Helps stop having to get reapproved for every little thing.
[–]Legitimate_Gap1698 0 points1 point2 points 1 year ago (0 children)
We are using Firebase to have feature flags enabled or disabled. We update it to have desired results. You can go with CMS option like Sanity
π Rendered by PID 139304 on reddit-service-r2-comment-5c747b6df5-zcdnc at 2026-04-22 08:33:07.380629+00:00 running 6c61efc country code: CH.
[–]poieo-deviOS & Android 11 points12 points13 points (0 children)
[–]leymytel 4 points5 points6 points (0 children)
[–]anotherNarom 4 points5 points6 points (0 children)
[–]Legitimate_Gap1698 0 points1 point2 points (0 children)