Jacob Lee

Results 8 comments of Jacob Lee

You might have luck using [Craco](https://github.com/gsoft-inc/craco), which supports create-react-app 4.x and can work in a monorepo by applying basically the same webpack config patch as react-workspaces. https://javascript.plainenglish.io/react-monorepo-using-yarn-workspaces-only-no-lerna-766c7a395140 is a decent...

I don't know what version fixed this, but I think it's fixed as of 0.12.5: I can partition PDFs again without having unstructured_inference installed.

It appears that the SDK still only extracts a hard-coded list of fields: https://github.com/okta/okta-react-native/blob/master/android/src/main/java/com/oktareactnative/OktaSdkBridgeModule.java#L626-L641. Thus, this problem still exists. (Although I assume this issue belongs in that project now.)

If anyone is reaching this bug due to OpenTelemetry or jest -- specifically, due the OpenTelemetry SDK transitively depending on this project via `jaeger-client` -- the fix is to make...

I just tested out my fork on RN 0.43, and everything worked fine. Can you post the stack trace from your crash? You should be able to see it in...

Yay, thanks for taking a look! Good call about backward compatibility. I just pushed a change to make sure the old constructor for ChromeCustomTabsPackage still works. With that, I think...

Cool. That all sounds good. It looks like specifying animations and bitmaps from JavaScript should be possible with some difficulty. It can be done in a manner similar to this...