孑愁
孑愁
@yangbo5207 可以测试下 [#29](https://github.com/listenzz/react-native-modal-translucent/pull/29)
当前代码如果用户切换全面屏,然后在不重启app的情况下,还是会出现,排除上面的情况,应该都可以
已经用react-native-safari-view配合解决 ``react-native.js`` ```js import { Linking, Platform } from 'react-native'; // eslint-disable-line import/no-unresolved, max-len import SafariView from 'react-native-safari-view'; let previousOnLinkChange; export const dance = (authUrl) => { // Use SafariView...
@ayushnawani Yes
@yazhengwang @chen11181989 移步 https://github.com/bashen1/react-native-mbaichuan
@andpor https://github.com/craftzdog/react-native-sqlite-2/issues/57#issuecomment-491156124 For those who encountered this problem, add following code to your MainApplication.onCreate in MainApplication.java: ```java try { Field field = CursorWindow.class.getDeclaredField("sCursorWindowSize"); field.setAccessible(true); field.set(null, 100 * 1024 * 1024);...
same problem
外面的View加入overflow :'hidden'