Skip to content

Instantly share code, notes, and snippets.

@amanda-mitchell
Created June 16, 2017 18:35
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 amanda-mitchell/db396f354a9626abac78ee1d95c74a9f to your computer and use it in GitHub Desktop.
Save amanda-mitchell/db396f354a9626abac78ee1d95c74a9f to your computer and use it in GitHub Desktop.
React Native configuration to enable loading files with the jsx extension.
module.exports = {
getSourceExts: () => [ 'jsx' ],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment