Change modal to native stacks
This commit is contained in:
9
src/screens/modals/Player/components/Casting.d.ts
vendored
Normal file
9
src/screens/modals/Player/components/Casting.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
|
||||
export interface CastingProps {
|
||||
fill?: string;
|
||||
}
|
||||
|
||||
declare const CastingComponent: React.FC<CastingProps>;
|
||||
|
||||
export default CastingComponent;
|
||||
Reference in New Issue
Block a user