Jonathan
Jonathan
In `Info.plist`, we are using some variables such as `$(CURRENT_PROJECT_VERSION)` for build number. Now `react-native-version` will change the variable to hard-coded number. Maybe it's better to detect it and does...
Minor fix for https://github.com/fram-x/FluidTransitions/issues/175. This should fix the require cycle warning below when installing the package, by bypassing `Utils/index.js`: ``` require.js:114 Require cycle: node_modules/react-navigation-fluid-transitions/TransitionItem.js -> node_modules/react-navigation-fluid-transitions/Utils/index.js -> node_modules/react-navigation-fluid-transitions/Utils/getResolvedMetrics.js -> node_modules/react-navigation-fluid-transitions/TransitionItem.js...