Skip to content

Instantly share code, notes, and snippets.

@rnagella
Last active June 13, 2020 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rnagella/318c43a2d75e845395a87f581a8e71ab to your computer and use it in GitHub Desktop.
Save rnagella/318c43a2d75e845395a87f581a8e71ab to your computer and use it in GitHub Desktop.
React Native Auto Linking - Manually
module.exports = {
  dependencies: {
    'react-native-flipper': {
      platforms: {
        ios: null,
        android: null
      }
    }
  }
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment