Phoenix

Results 5 issues of Phoenix

As live in France and confirm with my colleges. It seems like they never use "UN M" as "AM". I think it's a miss translation from "AM".

## Description Run jest test with Reanimated 2.5.0. Test break with following error: ``` ● Test suite failed to run TypeError: ReanimatedModule.installTurboModule is not a function at new NativeReanimated (node_modules/react-native-reanimated/lib/reanimated2/NativeReanimated/NativeReanimated.js:6:98)...

Missing repro
Platform: Android
Platform: iOS
Needs review

Currently when set a `tracesSampleRate` or `tracesSampler`. It's not sync into native during initNativeSdk. However if I set `autoInitializeNativeSdk` to false. The frame data from `RNSentryModule` will be lost because...

Type: :beetle: Bug
performance
Status: Backlog
Effort: Small
Impact: Small
Platform: React-Native

version : 'com.twitter.sdk.android:twitter-core:3.3.0' I use custom event for reqeust the tempToken using `OAuth1aService::requestTempToken`. The code is ``` public void requestTempToken(final Callback callback) { final TwitterAuthConfig config = getTwitterCore().getAuthConfig(); final String...

1. 扔物线在演讲中说道: 关于RxJava和FRP的关系。在最初Netflix开发和宣传RxJava的时候,就以这个名字为宣传点,比如:[GOTO 2013 • Functional Reactive Programming with RxJava • Ben Christensen](https://www.youtube.com/watch?v=_t06LRX0DV0) 不过他也确实在talk里说道“我觉得这个名字好像不太好,但是我找不到更好的名字”。 而且FRP这个名字,究竟怎么回事,大家也都各执一词。 ReactiveX自己的说法: > It is sometimes called “functional reactive programming” but this is a misnomer. ReactiveX...