Michael Mao
Michael Mao
still not work on mac m1 follow https://reactnative.dev/docs/integration-with-existing-apps
@kesha-antonov cliPath is not found in ``` "@react-native-community/cli" "^7.0.3" "@react-native-community/cli-platform-android" "^7.0.1" "@react-native-community/cli-platform-ios" "^7.0.1" ``` what is your version ? please see (https://github.com/react-native-community/cli/issues/1600#issuecomment-1229240714)[https://github.com/react-native-community/cli/issues/1600#issuecomment-1229240714]
ok, we should be different problem, my android project is outter rn js project,[ latest code is same](https://github.com/react-native-community/cli/blob/main/packages/cli-platform-android/native_modules.gradle)
> Add antd into dependencies of the package.json file perfect ! all log fixed!
``` npm install @ant-design/compatible --registry https://registry.npm.taobao.org // https://github.com/ant-design/babel-plugin-import/issues/465 // https://stackoverflow.com/a/61023819/4348530 // https://ant.design/docs/react/migration-v4#Icon-upgrade import {Icon} from '@ant-design/compatible'; ```
how to fix this ? even though will done after execute follow code ``` mv /var/lib/rancher/k3s/server/manifests/traefik.yaml /tmp/traefik.yaml kubectl -n kube-system delete helmcharts.helm.cattle.io traefik kubectl delete -n kube-system service traefik-dashboard kubectl...
类似于叮咚买菜首页
fina a way to fix @chokNight ``` NotificationListener( child: Container( margin: EdgeInsets.only(bottom: 20.r, left: 20.r, right: 20.r), alignment: Alignment.center, width: 710.w, height: 200.w, child: ClipRRect( borderRadius: BorderRadius.all(Radius.circular(20.r)), child: Swiper( autoplayDisableOnInteraction:...
also I want supprt - (NSArray *)supportedEvents to use external arguments (such as viewcontroller.hash or uuid) but now can not set it. and now NativeEventEmitter.addListener with same eventType only first...