Skip to content

Commit

Permalink
fix: Fix FPS Graph positioning in Skia
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Apr 22, 2024
1 parent cdbe6a9 commit 945c6a4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package/example/ios/Podfile.lock
Expand Up @@ -467,16 +467,16 @@ PODS:
- RCT-Folly (= 2021.07.22.00)
- React-Core
- SocketRocket (0.6.1)
- VisionCamera (4.0.0-beta.19):
- VisionCamera/Core (= 4.0.0-beta.19)
- VisionCamera/FrameProcessors (= 4.0.0-beta.19)
- VisionCamera/React (= 4.0.0-beta.19)
- VisionCamera/Core (4.0.0-beta.19)
- VisionCamera/FrameProcessors (4.0.0-beta.19):
- VisionCamera (4.0.1):
- VisionCamera/Core (= 4.0.1)
- VisionCamera/FrameProcessors (= 4.0.1)
- VisionCamera/React (= 4.0.1)
- VisionCamera/Core (4.0.1)
- VisionCamera/FrameProcessors (4.0.1):
- React
- React-callinvoker
- react-native-worklets-core
- VisionCamera/React (4.0.0-beta.19):
- VisionCamera/React (4.0.1):
- React-Core
- VisionCamera/FrameProcessors
- Yoga (1.14.0)
Expand Down Expand Up @@ -708,7 +708,7 @@ SPEC CHECKSUMS:
RNStaticSafeAreaInsets: 055ddbf5e476321720457cdaeec0ff2ba40ec1b8
RNVectorIcons: 23b6e11af4aaf104d169b1b0afa7e5cf96c676ce
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
VisionCamera: 9fbcbb57899c137e19a523b057cf9ced4837dae7
VisionCamera: 8e00df84a76cf26ca70ecd3b6ed05dc0d3b60beb
Yoga: 4c3aa327e4a6a23eeacd71f61c81df1bcdf677d5

PODFILE CHECKSUM: 66976ac26c778d788a06e6c1bab624e6a1233cdd
Expand Down
5 changes: 3 additions & 2 deletions package/src/Camera.tsx
Expand Up @@ -629,7 +629,8 @@ const styles = StyleSheet.create({
},
fpsGraph: {
elevation: 1,
marginLeft: 15,
marginTop: 30,
position: 'absolute',
left: 15,
top: 30,
},
})

0 comments on commit 945c6a4

Please sign in to comment.