From 46f628e27b4336ccce43d1035eb4ff5390b2f9a2 Mon Sep 17 00:00:00 2001 From: yogevbd Date: Wed, 15 Jan 2020 17:30:29 +0200 Subject: [PATCH] Support react-native auto-linking --- react-native.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 react-native.config.js diff --git a/react-native.config.js b/react-native.config.js new file mode 100644 index 0000000..e88d866 --- /dev/null +++ b/react-native.config.js @@ -0,0 +1,9 @@ +module.exports = { + dependency: { + platforms: { + ios: {}, + android: {} + }, + assets: [] + }, +}; \ No newline at end of file