ArrayZoneYour

Results 8 comments of ArrayZoneYour

@edanedison, I also think a lot more testing is necessary, so I add e2e test now 🤔. Feel free to add the bad cases for you under https://github.com/leecade/react-native-swiper/tree/develop/examples/e2e.

It requires a more generic implementation of useStore. `src/index.tsx` ```typescript import { PureComponent, useEffect, useState } from 'react' // 👇 👇 // import { useEffect, useState } from '@tarojs/taro' //...

`byte-fe/react-model` is hold for latest version, bytedance is the scope for my company and I will sync it after releasing the stable version

```ts const initialState = { loading: false, response: {} } interface StateType { loading: boolean response: { code?: number data?: object } } interface ActionsParamType { setLoadingState: boolean fetchData: undefined...

Thanks for you feedback! I have only thought the pattern for the store which is public for all components or private for some components. ```tsx const Todo = { state:...

@partriv @SupriyaGo It looks like you are using an older version of react-native-swiper. Please update to the latest release 1.6.0-rc.1 and verify if the issue still exists.

I have switched to Ubuntu 20.04.4 and install the latest nvidia driver (550.54.15) to make it work. But I still don't know why windows support is broken. ```sh echo "1600000040ffffffffffffffffffffffffffffffffffffffffffffffffffffffff16e1dc4ef3f0d8c5b48c704e849a1401b2ece9996dc908aef3a8e7c3b52bb39367a6c4f30a982921716c17a91d07a0f1e4fe1523866dd77194ca009a915c54ca2ceb"...

I run the demo before, `@ampproject/remapping` can get correct remapping result and `@parcel/sourcemap` extends result is different. `@ampproject/remapping` ![image](https://user-images.githubusercontent.com/21001457/210031570-1b346703-38e3-42e1-ae6f-a566f2ff4234.png) ![image](https://user-images.githubusercontent.com/21001457/210031844-705bb132-f36c-43cc-b11c-43be67b03adc.png) `@parcel/sourcemap` ![image](https://user-images.githubusercontent.com/21001457/210031699-87f40258-3339-44c9-a4c5-94d1355926bb.png) ![image](https://user-images.githubusercontent.com/21001457/210031740-7d5bf146-3c78-40ed-8e2a-16f9bdae19db.png)