Skip to content

Commit

Permalink
feat(inji-293): fix react native flipper failing in build
Browse files Browse the repository at this point in the history
Signed-off-by: Tilak Puli <[email protected]>
  • Loading branch information
tilak-puli committed Oct 11, 2023
1 parent e560db2 commit 8b0dc30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions react-native.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@ module.exports = {
ios: null,
},
},
'react-native-flipper': {
platforms: {
ios: null,
},
},
},
};

0 comments on commit 8b0dc30

Please sign in to comment.