Skip to content

Commit

Permalink
chore: use bridge for uncompatible fabric modules
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Aug 10, 2024
1 parent b513824 commit fe1e3bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions react-native.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
module.exports = {
project: {
android: {
// https://github.com/reactwg/react-native-new-architecture/discussions/135
unstable_reactLegacyComponentNames: ['BVLinearGradient', 'CKCameraManager', 'FastImageView'],
},
},
dependencies: {
'react-native-config': {
platforms: {
Expand Down

0 comments on commit fe1e3bc

Please sign in to comment.