This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using polyfill.io with the `unknown=polyfil` and with out `flags=gated` breaks react. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Following the installation for both of those packages on react native causes problems, since one is removing the framework path of the other. | |
Framework Search params should look like this: https://imgur.com/a/09Mam | |
https://github.com/invertase/react-native-firebase | |
https://github.com/facebook/react-native-fbsdk | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const webpack = require('webpack'); | |
const externals = require('./config-externals'); | |
const packageJson = require('./package.json'); | |
const MiniCssExtractPlugin = require('mini-css-extract-plugin'); | |
module.exports = { | |
// The Webpack config to use when compiling your react app for development or production. | |
webpack: function(config, env) { | |
OlderNewer