mao-rn-android-kit icon indicating copy to clipboard operation
mao-rn-android-kit copied to clipboard

⚙️ Android Native (ui components and modules) wrap in React Native

Results 3 mao-rn-android-kit issues
Sort by recently updated
recently updated
newest added

Code `class CoordinatorLayoutWithTabExample extends Component{ _tabTexts = [ { text: "tab1" }, { text: "tab2" }, { text: "tab3" } ]; componentDidMount() { this.refs.coordinatorLayout.setScrollingViewBehavior(this.refs.viewPager); this._tabLayout.setViewPager(this._viewPager, this._tabTexts); } render() { return...

Hi, thanks for the awesome library! I'm experiencing a problem with collapsing toolbar. Content stops scrolling when keyboard is displayed and hidden. Here is a video that demonstrates the problem:...

Would it be difficult to implement the NavigationView from https://android-developers.googleblog.com/2015/05/android-design-support-library.html ? Specially for the part of `fitsSystemWindows` so the drawer goes nicely above the status bar.