kasunk99-livestream-core 0.3.11 → 0.3.12

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.
@@ -249,7 +249,7 @@ const styles = StyleSheet.create({
249
249
  // ── Top bar ───────────────────────────────────────────────────────────────
250
250
  topBar: {
251
251
  position: 'absolute',
252
- top: 46,
252
+ top: 10,
253
253
  left: 14,
254
254
  right: 14,
255
255
  flexDirection: 'row',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kasunk99-livestream-core",
3
- "version": "0.3.11",
3
+ "version": "0.3.12",
4
4
  "description": "Reusable livestream viewer/host module for React Native (Expo) — mediasoup + Socket.IO",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",