Results 58 comments of 罗坤

> Hi guys, any live app that uses ANTD react native? Thanks Expo Go

> 请问有什么进展吗? 这个属性依旧不能用是吗? try 5.1.0

1.现在用的`@react-native-picker/picker` 2.现在是支持react18的 请按下面内容告诉我们你现在用的版本,才能帮你更好定位问题 http://new-issue.ant.design?repo=ant-design-mobile-rn ![image](https://user-images.githubusercontent.com/28673261/212595553-e808e3d2-ecde-49c2-a673-25e2be0be4fb.png)

这是npm的问题不是库的问题 ``` npm install @react-native-picker/picker --save --legacy-peer-deps ```

Fix: https://github.com/lucasferreira/react-native-send-intent/pull/130

optimization form https://github.com/lucasferreira/react-native-send-intent/pull/95

# It only works in system setting ## eg: open system setting ```javascript SendIntent.openSettings("android.settings.SETTINGS") ``` See the `Setting Constants` detail in https://developer.android.com/reference/android/provider/Settings#constants_1 # Plan B If you want to open...