Results 6 issues of Özcan Zafer AYAN

Hi! Im using Kooboo Windows version. When i try to create new web site, validation keeps showing error messages like this: ![chrome_2019-03-01_16-03-17](https://user-images.githubusercontent.com/1326963/53639842-75498400-3c3b-11e9-8e2c-d5382c196221.png) 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...