updated lib to require RN 0.57 minimum

updated testApp to latest RN
updated Fetch to version 3.0.3
This commit is contained in:
Elad Gil
2019-04-01 14:31:53 +03:00
parent 3adae88029
commit 10aa10ebe3
21 changed files with 2034 additions and 3099 deletions
+17
View File
@@ -0,0 +1,17 @@
/**
* Metro configuration for React Native
* https://github.com/facebook/react-native
*
* @format
*/
module.exports = {
transformer: {
getTransformOptions: async () => ({
transform: {
experimentalImportSupport: false,
inlineRequires: false,
},
}),
},
};