Not works with react-native-threads
See original GitHub issueGoals
Use realm
with react-native-threads
Expected Results
realm
can be used with react-native-threads
Actual Results
When start an thread with react-native-threads
javascript thread bundle file stuck on top screen, and after press cmd + r
, application crashes.
Steps to Reproduce
npm install react-native-threads --save
react-native link react-native-threads
npm install realm --save
react-native link realm
On index.js
start a thread of react-native-threads
react-native run-ios
cmd + r
the app should be crash or top green bar stucked with Downloading Javascript bundle 100%
.
Version of Realm and Tooling
- Realm JS SDK Version: 2.13.0
- Node or React Native: 0.52.0
- Client OS & Version: Mac OSX High Sierra 10.13.5
- Which debugger for React Native: none
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Overcoming single-threaded limitations in React Native
When React Native is trying to render a new screen while an animation is running on the JavaScript thread, it results in broken...
Read more >React Native: Understanding Threads. | by Brooklin Myers
This post is an accumulation of what I've learned researching threads in React Native. Hopefully, it should help you: A thread is short...
Read more >Threading Model - React Native
Here we define the threading model and provide some examples to illustrate thread usage of the render pipeline. React Native renderer is ...
Read more >Does react-native support Multithreading and Background ...
Using multiple threads is impossible in react native you will have to use native code to perform some functionalities in separate threads ...
Read more >react-native-threads - npm
[npm version](https://img.shields.io/npm/v/react-native-threads.svg?style=flat-square)](https://www.npmjs.com/package/react-native-threads) ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m not sure closing the issue is on the basis that it will be resolved when X is implemented is really right. Closing it as “not supported” or “won’t fix” would be OK, but if the issue is valid and it is accepted as WILL be supported, or at least is desirable to support it, and it’s on the road map, however tenuously… then surely we are all best served by the issue being open.
@tastyqbit We have no estimate for when we will have multi-process support.