驴割肠

Results 2 comments of 驴割肠

> RN 0.70 is out, I don't know how this is affected. I use in RN0.70 also reproduces this problem

This is my solution: @ethanshar @evg1n ```javascript import { View, Text, Colors} from 'react-native-ui-lib' console.info('Home outside: ', Colors.customColor); // **undefined** const Home = (props) => { console.info('Home inside: ', Colors.customColor);...