Farhan
Farhan
I want to use this lib with [react-loadable](https://github.com/jamiebuilds/react-loadable) with SSR. An example given in react-loadable using Express. ``` const app = express(); app.get('/', (req, res) => { res.send(` ... ${ReactDOMServer.renderToString()}...
Hi there, My app works fine on Android but crashes on iOS. Here is xCode stack error: ``` 2020-10-13 04:24:22.527075-0400 MYAPP[37090:15788039] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason:...
Hi there, I am getting two errors; kindly advise what need to be done. **Error 1:** ``` undefined local variable or method `available_locales_options` ``` Occurs when I try to access...
Hello there, I cannot write a TrueClass or FalseClass bin. I found that BoolValue raises an exception when writing. ``` def write(buffer, offset) raise Exception.new("Unreachable") end ``` May I know...
Hi, Using the latest master branch, and: ``` gem 'spree', '~> 4.2.1' gem 'spree_auth_devise', '~> 4.3' gem 'spree_gateway', '~> 3.9' gem 'spree_braintree_vzero', :github => 'spree-contrib/spree_braintree_vzero', :branch => 'master' ``` I...
### Description Using worklets v0.6.1 with Hermes V1 gives an error: - xcode build ``` 'hermes/inspector/RuntimeAdapter.h' file not found ``` - Android build: ``` /Users/xxxxxx/Library/Android/sdk/ndk/27.1.12297006/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ --target=aarch64-none-linux-android24 --sysroot=/Users/xxxxxx/Library/Android/sdk/ndk/27.1.12297006/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -DRN_SERIALIZABLE_STATE -Dworklets_EXPORTS -I/Users/xxxxxx/SHermes/node_modules/react-native-worklets/android/../Common/cpp...