-
Notifications
You must be signed in to change notification settings - Fork 29
Write white label MO for react-native #137
base: master
Are you sure you want to change the base?
Conversation
Generated by 🚫 dangerJS |
|
||
- Generate a new React Native Project using rn-generator-toolbox | ||
- Have all of your styles (at least the colors) in a centralized appstyle.js file | ||
- Have your colors named in an agnostic way (primary > myClientBlue) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To me it's not clear which one I should choose. For example should I choose "primary" or "deepBlue" or "BAMBlue"?
## Prerequisites | ||
|
||
- Generate a new React Native Project using rn-generator-toolbox | ||
- Have all of your styles (at least the colors) in a centralized appstyle.js file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We use variables for that, so we don't have to copy the whole file
|
||
### Step 1: Create the white-label folder _(40 sec)_ | ||
|
||
- Create a `white-label` folder at the root of your project _(10 sec)_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mkdir white-label
would make it 5 seconds
No description provided.