Closed cpunion closed 7 years ago
I wan't use react-native-root-toast in my web project with react-web, but it can compile this module. The problem is https://github.com/magicismight/StaticContainer/blob/master/StaticContainer.js#L5, what is this syntax? and which babel plugin can handle it? I just know static propTypes = and state = syntax.
static propTypes =
state =
Oh. Just a configuration problem, it didn't process modules in node_modules. Fixed.
I wan't use react-native-root-toast in my web project with react-web, but it can compile this module. The problem is https://github.com/magicismight/StaticContainer/blob/master/StaticContainer.js#L5, what is this syntax? and which babel plugin can handle it? I just know
static propTypes =
andstate =
syntax.