I am creating a react-native application, And the application having many module like
- Login Module
- Payment
- Cart
- Product etc.
So I want to follow Micro Frontend Architecture for each module. I have searched on internet but did not find anything. So I want to know is it possible to achieve Micro Frontend Architecture for React-Native application. If yes then How ?