Results 53 comments of Artur Y

@bin4ryio We really appreciate collaborating, but as I mentioned above, we support Sketch first. Feel free to contact us if you have any ideas that can make Eva Design System...

[One more report](https://www.reddit.com/r/reactnative/comments/bzcpy3/ui_kitten_40_is_out_with_brand_new_demo_app/eqs9kdj?utm_source=share&utm_medium=web2x) for a mobile

> > @GoldenWings try to go to `node_modules/react-native-appsflyer/ios/AppsFlyerAttribution.m` and duplicate [this](https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/blob/master/ios/AppsFlyerAttribution.m#L81) line. it should look like this: > > ``` > > else if(self.userActivity && self.restorationHandler){ > > [[AppsFlyerLib shared]...

What's worth mentioning, I was able to make this work by [implementing the DeeplinkDelegate](https://dev.appsflyer.com/hc/docs/unified-deep-linking-udl-1#code-example) to the AppDelegate of our app. In this case RNAppfslyers' (the one is set with initSdk)...

@amit-kremer93 Unfortunately, it doesn't. The AppsFlyerAttribution checks if the bridge is initialized and stores the UserActivity for later use if it doesn't, but the event is still not fired on...

You may use this package + [this guide](https://akveo.github.io/react-native-ui-kitten/docs/guides/icon-packages) to create an icon pack for your app without installing `@ui-kitten/eva-icons`

Seems you can’t. The large file size will come from the generated index.js of this package, which contains a switch clause for accessing icons by name. I don’t see any...

Thanks for the proposal @MuhammedKpln We will discuss it with a team and hopefully, add into the next release plan

Those who need a patch asap can try [this](https://gist.github.com/artyorsh/cb8cf71a28be5ccde8f1926e06dbe3a8) (works for me, but use on your own risk) Some details after research: - In [latest updates](https://github.com/Kureev/react-native-blur/commit/af4974a394da7662e45c3bbdfb46971aad694f93), the package uses [email protected],...