Simon

Results 10 comments of Simon

This is what the parameter "removeUnusedIds" is for.

This is not implemented yet. Sent from my iPhone > Am 06.05.2020 um 18:08 schrieb Ricardo Saracino : > > This is what the parameter "removeUnusedIds" is for. > >...

I just did remove google() and did change gradle version to 1.3.1 and all works fine.

Is there any progress on this?

I am migrating an iOS App into React Native and I want to reuse the existing SQLite database, that's why I came across this project. What I really would like...

in ENSideMenuNavigationController: public override func viewWillTransitionToSize(size: CGSize, withTransitionCoordinator coordinator: UIViewControllerTransitionCoordinator) { super.viewWillTransitionToSize(size, withTransitionCoordinator: coordinator) coordinator.animateAlongsideTransition(nil) { (context) in self.sideMenu?.updateFrame() } }

> Same issue, here's a simple snack for anyone to play with: https://snack.expo.io/r1qpj0k5Q I've tried this and it works: [https://github.com/baijunjie/react-native-input-scroll-view](https://github.com/baijunjie/react-native-input-scroll-view)

same issue