chore: use bridge for uncompatible fabric modules
This commit is contained in:
parent
aa81165471
commit
d20090d6c6
|
@ -1,4 +1,10 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
project: {
|
||||||
|
android: {
|
||||||
|
// https://github.com/reactwg/react-native-new-architecture/discussions/135
|
||||||
|
unstable_reactLegacyComponentNames: ['BVLinearGradient', 'CKCameraManager', 'FastImageView'],
|
||||||
|
},
|
||||||
|
},
|
||||||
dependencies: {
|
dependencies: {
|
||||||
'react-native-config': {
|
'react-native-config': {
|
||||||
platforms: {
|
platforms: {
|
||||||
|
|
Loading…
Reference in New Issue