astrahov
astrahov
**Packages** - react-native: 0.66.1 - serialize-javascript: 3.1.0 and higher (3.1.0 - 6.0.0) There is still a problem
On react-native 0.68.2 it doesn't work because of this bug! Please resolve the issue quickly.
You got a solution? Google is now demanding an explanation as to why this permission is in the app. > android.permission.READ_MEDIA_IMAGES > > You can only use these permissions if...
@vovkabelov, сделал так и теперь после команды `bitrix build` зависает IDE и ничего не происходит. ``` const vuePlugin = require('rollup-plugin-vue'); const commonjs = require('rollup-plugin-commonjs'); module.exports = { ... plugins: {...
I'd like to propose this option: ---- Example sorting with lodash (orderBy) ``` // Get string for natural sort export const getOrderString = (string?: string, targetLength = 10): string |...
My observations on the problem: Simulator: iOS 18.4 (Xcode 16.3, macOS 15.4) url's: - https://clients3.google.com/generate_204 - https://www.google.com/recaptcha/api.js In the application, a network error occurs when executing the fetch function. There...
``` java.lang.IndexOutOfBoundsException: getChildDrawingOrder() returned invalid index 1 (child count is 1) at android.view.ViewGroup.getAndVerifyPreorderedIndex(ViewGroup.java:1766) at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3729) at android.view.View.draw(View.java:18588) at android.view.View.updateDisplayListIfDirty(View.java:17563) at android.view.View.draw(View.java:18347) at android.view.ViewGroup.drawChild(ViewGroup.java:3946) at com.facebook.react.views.view.a.drawChild(SourceFile:86) at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3756) at com.facebook.react.views.view.a.dispatchDraw(SourceFile:18) at...
``` Error: Exception in HostFunction: android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views. at android.view.ViewRootImpl.checkThread(ViewRootImpl.java:7988) at android.view.ViewRo... at android.view.ViewRootImpl.checkThread(app:///ViewRootImpl.java:7988) at android.view.ViewRootImpl.invalidateChildInParent(app:///ViewRootImpl.java:1392) at android.view.ViewGroup.invalidateChild(app:///ViewGroup.java:5426) at...
I also encountered the same problem: ``` "react-native-screens": "4.11.0", "react-native": "0.78.2", ```