Karl

Results 5 issues of 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...

question

Add support for React Native Android: - [ ] Percentage - [ ] isTablet - [ ] isPhone - [ ] isPortrait - [ ] isLandscape - [ ] onOrientationDidChange...

enhancement

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...

enhancement

Adds the BGG MCP: https://github.com/kkjdaniel/bgg-mcp ![screely-1747754668420](https://github.com/user-attachments/assets/92e4b962-6c1b-4de0-a253-43f552088f7a)

Add's the BGG MCP to the MCP list.

add-community-server