Karl
Karl
Our app is using [wix/react-native-navigation](https://github.com/wix/react-native-navigation) which as per the diagram below changes the implementation of the app. Which means, wrapping the app under a single shared `Tester` component doesn't work...
Add support for React Native Android: - [ ] Percentage - [ ] isTablet - [ ] isPhone - [ ] isPortrait - [ ] isLandscape - [ ] onOrientationDidChange...
Support for React Native Android, using the [Android Build](http://developer.android.com/reference/android/os/Build.html) class. ``` java String _OSVERSION = System.getProperty("os.version"); String _RELEASE = android.os.Build.VERSION.RELEASE; String _DEVICE = android.os.Build.DEVICE; String _MODEL = android.os.Build.MODEL; String _PRODUCT...
Adds the BGG MCP: https://github.com/kkjdaniel/bgg-mcp 