Search code examples
react-nativewhite-labelling

White labeling React Native apps


There is some information here already: White labeling an iOS app

I was wondering if there any workflows for white labeling a React Native app?

Basically if I had a core app for the app store. I would like to create white labeled versions (iOS + Android) with some modifications.


Solution

  • I found the project a project called white-label-app in github, I believe you can inspire yourself looking this project closer (and use them as boilerplate).

    I'll try to use the majorajs, the idea of this package is "Manage white-label or skinned versions of your React Native app", sounds good for me.