blix-expo-settings 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -53,7 +53,7 @@ public class ExpoSettingsModule: Module {
53
53
 
54
54
  // 3) Configurar captura: frame rate e preset
55
55
  stream.frameRate = 30
56
- stream.sessionPreset = .hd1920x1080
56
+ stream.sessionPreset = .high
57
57
  stream.configuration { captureSession in
58
58
  captureSession.automaticallyConfiguresApplicationAudioSession = true
59
59
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blix-expo-settings",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "LiveStream",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",