Giter Club home page Giter Club logo

expo-typescript-template's People

Contributors

spencercarli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

expo-typescript-template's Issues

Fix TS Error for List.test.tsx

src/screens/__tests__/List.test.tsx:8:28 - error TS2322: Type '{ push: jest.Mock<any, any>; }' is not assignable to type 'StackNavigationProp<MainStackParams, "List">'.
  Type '{ push: Mock<any, any>; }' is missing the following properties from type '{ dispatch(action: Readonly<{ type: string; payload?: object | undefined; source?: string | undefined; target?: string | undefined; }> | ((state: StackNavigationState<MainStackParams>) => Readonly<...>)): void; ... 6 more ...; dangerouslyGetState(): StackNavigationState<...>; }': dispatch, navigate, reset, goBack, and 4 more.

8   const out = render(<List navigation={{ push }} />);
                             ~~~~~~~~~~

  src/screens/List.tsx:36:3
    36   navigation: StackNavigationProp<MainStackParams, 'List'>;
         ~~~~~~~~~~
    The expected type comes from property 'navigation' which is declared here on type 'IntrinsicAttributes & Props'

Fix TS Error for Demos.test.tsx

src/screens/__tests__/Demos.test.tsx:28:42 - error TS2345: Argument of type '{ errors: {}; submit: jest.Mock<any, any>; setEmail: jest.Mock<any, any>; setPassword: jest.Mock<any, any>; }' is not assignable to parameter of type '{ submit: () => null; errors: ErrorType; email: string; setEmail: React.Dispatch<React.SetStateAction<string>>; password: string; setPassword: React.Dispatch<React.SetStateAction<string>>; }'.
  Type '{ errors: {}; submit: Mock<any, any>; setEmail: Mock<any, any>; setPassword: Mock<any, any>; }' is missing the following properties from type '{ submit: () => null; errors: ErrorType; email: string; setEmail: Dispatch<SetStateAction<string>>; password: string; setPassword: Dispatch<SetStateAction<string>>; }': email, password

 28     mocked(useLogin).mockReturnValueOnce({
                                             ~
 29       errors: {},
    ~~~~~~~~~~~~~~~~~
...
 32       setPassword,
    ~~~~~~~~~~~~~~~~~~
 33     });

Fix TS Error for List.tsx

src/screens/List.tsx:49:42 - error TS2345: Argument of type '[string]' is not assignable to parameter of type '["TextDemo" | "FormDemo" | "ButtonDemo" | "List"] | ["TextDemo" | "FormDemo" | "ButtonDemo" | "List", undefined]'.
  Type '[string]' is not assignable to type '["TextDemo" | "FormDemo" | "ButtonDemo" | "List"]'.
    Type 'string' is not assignable to type '"TextDemo" | "FormDemo" | "ButtonDemo" | "List"'.

49           onPress={() => navigation.push(item.target)}
                                            ~~~~~~~~~~~

Screenshot tests?

Hello ๐Ÿ‘‹

There's a screenshot folder in the template, did you at one point at screenshot tests? Or were these manually added?

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.