thucltzigvy

Results 3 comments of thucltzigvy

I faced with same issue. The solution is adding extentions like this (not required to change babel.config.js to .babelrc) ``` module.exports = { presets: ['module:metro-react-native-babel-preset'], plugins: [ [ 'module-resolver', {...

> Hey everyone I found a fix based on the maintainers response above. Just wrap your content directly inside the ScrollView with TouchableOpacity: > > ``` > > > {...modalchildren}...

This is my patch file. Try it ```diff --git a/node_modules/@strapi/plugin-documentation/server/services/documentation.js b/node_modules/@strapi/plugin-documentation/server/services/documentation.js index 810b0be..d6a2479 100755 --- a/node_modules/@strapi/plugin-documentation/server/services/documentation.js +++ b/node_modules/@strapi/plugin-documentation/server/services/documentation.js @@ -138,6 +138,12 @@ module.exports = ({ strapi }) => { await...