React-native error after installing lib react-native-router-flux

2

After installing the react-native-router-flux lib in my app this error appeared in:

I've done the procedure to remove the folder

    
asked by anonymous 04.05.2017 / 20:54

1 answer

2

This is not a router-flux lib problem, it is a bug in the newer version in the babel-preset-react-native lib.

To resolve the error, simply follow the procedures I gave you at the link below:

Error trying run app in android studio emulator

    
26.08.2017 / 21:56