callstack / callstack/react-native-fbads
While trying to resolve module
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 451
- Forks
- 147
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Error: While trying to resolve module `react-native-fbads`
"react-native": "0.70.1",
"react-native-fbads": "^7.1.0",
i got this error while pasting:
``
or AdSettings
iam try this:
module.exports = {
transformer: {
getTransformOptions: async () => ({
transform: {
experimentalImportSupport: false,
inlineRequires: false,
},
}),
},
resolver: {
sourceExts: ['jsx', 'js', 'ts', 'tsx', 'cjs', 'json'] //add here
},
};
but still getting error
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.