Skip to content

Commit

Permalink
Fix Skia-Reanimated integration (#5103)
Browse files Browse the repository at this point in the history
<!-- Thanks for submitting a pull request! We appreciate you spending
the time to work on these changes. Please follow the template so that
the reviewers can easily understand what the code changes affect. -->

## Summary

This PR fixes broken integration with Skia. The concept is to export
publicly `startMapper` and `stopMapper` for now but in the future
reexport those functions with different names so they would be more
explicit about what they do.

## Test plan

Check if Skia works.
  • Loading branch information
tjzel committed Sep 20, 2023
1 parent 16e5cf9 commit eb5a66f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reanimated2/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,3 +259,4 @@ export type {
} from './helperTypes';
export type { AnimatedScrollViewProps } from './component/ScrollView';
export type { FlatListPropsWithLayout } from './component/FlatList';
export { startMapper, stopMapper } from './mappers';

0 comments on commit eb5a66f

Please sign in to comment.