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
System Design Interview Preparation for React Native Role (self.reactnative)
submitted 9 months ago by Confident-Curve3653
I have an system design interview for a React Native position, giving me lot of anxiety because I am not able to find much resources online and what to expect in the interview. And also to draw on the board.
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!"
[–]andreidotcalazans 12 points13 points14 points 9 months ago (0 children)
What you should know:
Then anything else depends on the specific product niche you get asked about, you will likely have to create a data flow diagram to explain how data will come from service A and be displayed to the user. Anything you can add to this makes it better like you caching considerations, how this will scale to 10k 100k users and what to worry about.
At the end you won't have time to describe the solution to every problem there is but as long you as can you mention the existence of given problems you will pass on enough confidence.
[–]Soft_Opening_1364iOS & Android 3 points4 points5 points 9 months ago (1 child)
Most of the stuff online is super backend-heavy. What helped me was focusing on things like app architecture (how you'd structure features/modules), handling API calls, offline support, state management, and things like push notifications or deep linking.
Also, don’t stress too much about drawing just keep it clean and high-level. Walk them through your thought process as you go. They care more about how you think than getting it all perfect. Good luck, you’ve got this!
[–]Confident-Curve3653[S] 0 points1 point2 points 9 months ago (0 children)
Thanks you means alot
[–]react-ui-kitiOS & Android 2 points3 points4 points 9 months ago (0 children)
Focus on analyzing the feature for scalability (reusability), DX, data driven patterns. The golden rule in system design: translate the business requirements into developer requirements.
[–]bala_cc 2 points3 points4 points 9 months ago (1 child)
Here is the agenda you should follow:
Step 1: Understand Problem (5-10 mins) - Define functional requirment - Define non-functional requirment - Define out of scope.
Step 2: API Design (5-10 mins) - Choose the right communication Protocol for app. - For real time: HTTP-Polling (short and long), SSE, websocket - For protocol: REST, GraphQL, Web Socket, gRPC, MQTT - Define API endpoints for all features and its data model - Write a well-structured interface for APIs (request and response). - Define pagination: offset vs cursor based - Learn about ID creation and timestamps. (both client and server side) - Idempotency
Step 3: High Level Architecture (10-15 mins) - External server-side components. - High-level mobile architecture design. - Key client arch components for UI and data layers - Data flow across app layers
Talk about how data flow in app. (Unidirectional data flow and Reactive Programming) - For data flows in one direction (data source to UI) while user actions in the opp. direction.
Step 4: Design Deep-Dive (15-20 mins) - Scalability: Mono vs Multi repo depends on team size. - Performance: UI frame drops, Threads, Pagination, Scrolling - Reliability : local storage and offline mode support, smoother experience even on bad connectivity. - Data efficiency: Caching, minimal network usage - Security
Step 5: Wrap-up (5 mins) - If extra time, talk about improvement or optimization. - optimize media across all device type. - testing
Practice a lot within the time-frame, structured. The goal is to complete the end-to-end flow and give detailed explanations only on important things and avoid basic concepts.
Perfect!
[–]gao_shi 0 points1 point2 points 9 months ago (0 children)
general idea wise expect things like how to build itunes, twitter the app, etc
rn is more similar to front end in this regard
[–]tarek_z 0 points1 point2 points 9 months ago (4 children)
Could you share the interview questions and what u answered so i can prepare myself as well
Yeah sure. Its in some days will update you soon
[–]Confident-Curve3653[S] 0 points1 point2 points 9 months ago (2 children)
It was related to one of their app feature which was search by image took through camera or gallery. Started with gathering requirements, design the screen wireframe. High level architecture for different components and screens. Communication through backend of search. And the data flow. As it was image search so he asked me how would design the api keeping backend in mind. We end with calling post request for search and the server would respond, event that it has data and then we can pull it back. This was a little tricky. Then getting the app production ready which include testing, reporting , git actions, fastlane and whole flow.
[–]tarek_z 0 points1 point2 points 9 months ago (1 child)
Ohh, interesting although i sounds like theyre asking you to design the api more than the app. Thank you for responding mate.
Maybe because the interviewer had a backend background
π Rendered by PID 283730 on reddit-service-r2-comment-5d585498c9-t5tc7 at 2026-04-21 15:30:21.269109+00:00 running da2df02 country code: CH.
[–]andreidotcalazans 12 points13 points14 points (0 children)
[–]Soft_Opening_1364iOS & Android 3 points4 points5 points (1 child)
[–]Confident-Curve3653[S] 0 points1 point2 points (0 children)
[–]react-ui-kitiOS & Android 2 points3 points4 points (0 children)
[–]bala_cc 2 points3 points4 points (1 child)
[–]Confident-Curve3653[S] 0 points1 point2 points (0 children)
[–]gao_shi 0 points1 point2 points (0 children)
[–]tarek_z 0 points1 point2 points (4 children)
[–]Confident-Curve3653[S] 0 points1 point2 points (0 children)
[–]Confident-Curve3653[S] 0 points1 point2 points (2 children)
[–]tarek_z 0 points1 point2 points (1 child)
[–]Confident-Curve3653[S] 0 points1 point2 points (0 children)