Nazır Doğan

Results 19 comments of Nazır Doğan

I found this one . its compatible with Swift 3.0 [https://github.com/xhamr/fave-button](https://github.com/xhamr/fave-button)

I made POC of App Clip with RN. Please share your thought :) https://medium.com/@nazrdogan/create-app-clips-for-ios-14-in-react-native-abfade233fea https://github.com/nazrdogan/ReactNativeAppClips

@dftaher instead of inherit you can just specify required pod in app clip target. https://gist.github.com/nazrdogan/a15d7fc6925d685ccd0d27eddfe4147b you can even remove unnecessary things

As a workaround solution change like or add missing packages to package.json. ``` "@react-native-community/masked-view": "^0.1.6", "react-native-gesture-handler": "^1.6.0", "react-native-safe-area-context": "^0.7.3", "react-native-screens": "^2.0.0-beta.10", "react-navigation": "4.1.1", "react-navigation-stack": "^2.1.1", "react-navigation-tabs": "^2.7.0", ``` Also need...

@2IhsanWp what error you get now ? if its same error like before it might be caching issue. I suggest clear all caches.

I made an example .maybe its help [link](https://gist.github.com/nazrdogan/b25ddcf82de278f920af240d4d11441e)

@themachine15 I made quick example [link](https://github.com/nazrdogan/OnboardingSwift)