Let's say you want to host domains first.com and second.com.
Create folders for their files:
| import React, { Component } from 'react'; | |
| import { View, TouchableOpacity } from 'react-native'; | |
| import _ from 'lodash'; | |
| import { scaleLinear } from 'd3-scale'; | |
| import { mean } from 'd3-array'; | |
| const ACTIVE = '#FF1844', | |
| INACTIVE = '#424056', | |
| ACTIVE_PLAYABLE = '#1b1b26' |