Erdem UZUN
Erdem UZUN
### Version Tell us which versions you are using: - react-native-ble-manager v6.6.1 - react-native v0.58.3 - iOS/Android IOS 13.1.2 ### Expected behaviour I write a data into Write Characteristic 1:...
- Aquila/NDBX version: latest - 13.8.0 - Operating System & version (desktop or mobile): Windows After I run the command "ng add @aposin/ng-aquila" I faced with this issue. 
Hi, I'm trying to lock the screen on portrait mode. I applied every rule correctly according to https://github.com/yamill/react-native-orientation componentDidMount() { Orientation.lockToPortrait(); Orientation.addOrientationListener(this._onOrientationDidChange); //Orientation.lockToLandscape() } componentWillUnmount() { // Remember to remove...