P
Size: a a a
P
P
A
P
A
LD
LD
P
P
P
DZ
if (env.PROJECT === proj1) {
1 way
} else {
2 way
}
A
if (env.PROJECT === proj1) {
1 way
} else {
2 way
}
DZ
export const theme = REACT_APP_ENV === ‘proj1’ ? themeTS : themeRN;
A
export const theme = REACT_APP_ENV === ‘proj1’ ? themeTS : themeRN;
export const theme = themeTS
A
export const theme = themeRN
DZ
export const theme = themeTS
👤U
🦜
🦜