Rewrite the non-React RingOverlay into the React Component CallOverlay in a way which makes it easier to port to React Native.
2 lines
56 B
JavaScript
2 lines
56 B
JavaScript
export { default as CallOverlay } from './CallOverlay';
|