I have already built a React Native app and now want to dynamically load JSX routes, assets, and other content based on the logged-in user/role. The content will be stored on an S3 bucket, and I need an efficient approach to download, integrate, and render the required data at runtime. also tell me what should i do to achieve this requirement.
Efficiently Loading JSX Routes and Assets on Demand in React Native - Stack Overflow
评论列表(0)
- 暂无评论