Özcan Zafer AYAN
Özcan Zafer AYAN
Hi! Im using Kooboo Windows version. When i try to create new web site, validation keeps showing error messages like this:  How can i solve this problem? Regards,
Im defining aliases on package.json like below.: ```json "babel": { "presets": [ "module:metro-react-native-babel-preset" ], "plugins": [ [ "module-resolver", { "alias": { "@app": "./src" } } ] ] } ``` But...
Hi, I integrated react-native-fbads to our project. But, client has FBAudienceNetwork in its Podfile too, and two libraries are conflicting and crashing app with this message: `Terminating app due to...
When I run project it shows yellow box and says: Module ElectrodeBridgeTransceiver requires main queue setup since it overrides `constantsToExport` but doesn't implement `requiresMainQueueSetup`. In a future release React Native...
Hi @koobooteam , I have been following this awesome project and using to make enterprise apps. Recently noticed new version is released on kooboo.com and downloaded desktop version. Desktop Kooboo...