Ollie

Results 11 issues of Ollie

I plan to remove the `@babel/plugin-transform-regenerator` to implement a simplified package content. After removing it, RN will use the native v8 Promise, but this Promise will not trigger when communicating...

很多情况下用户会触发多次的showModal(例如由Modal实现的自定义Toast、Dialog等),但是现在的API并不支持关闭指定sceneId的Modal。hideModal的行为只会关闭栈顶的Modal

## Environment The repo example. ## Description When you set prop `setOffscreenPageLimit`(ex: setOffscreenPageLimit=1).The view is not displayed correctly after rotating the device. ![Screenshot](https://user-images.githubusercontent.com/37471959/139384385-2a744994-3b8f-4622-b1d0-0072bec55daa.jpeg) ## Reproducible Demo 1.Set prop `setOffscreenPageLimit={xxx}` 2.Swipe...

Resolution: Needs Repro
android

**Current behavior:** This is my code: This is the compilation result(in production): ![image](https://github.com/emotion-js/emotion/assets/37471959/3e56f072-f0c6-472d-b8c4-9d8ba23080e9) **To reproduce:** I installed and used the babel plugin according to the documentation: `` module.exports = {...

bug
needs triage

Like this: ``` // Component Code ... const slide = useRef(new Animated.Value(0)).current; useEffect(() => { const anim = Animated.timing(slide, { toValue: 100 duration: 200, useNativeDriver: true }); anim.start(); return ()...

### Description After I migrated to 0.74, I found that Logcat was reporting an error: `` Unhandled SoftException com. Facebook. react. bridge ReactNoCrashSoftException: Tried to access onWindowFocusChange while context is...

Platform: Android
API: AppState
Needs: Triage :mag:
Needs: Repro
Needs: Attention
Type: New Architecture

### Description Android platform. In some projects, you may need to use ReactRootView to mount components registered through AppRegistry.registerComponent. This method was available in previous versions, but after 0.74, it...

API: AppRegistry
Needs: Attention
Type: New Architecture
Needs: Version Info

在使用linaria插件时,linaria的css函数可以正确编译,但是styled函数编译报错: 复现代码: ```typescript import { css } from 'linaria'; import { styled } from 'linaria/react'; import { RichText, showToast, Text, View } from 'remax/wechat'; const Title = styled(View)` padding: 10px...

如果命令行或者系统开启了代理,coscmd会自动走代理,但是期望可以配置代理规则,可选的走其他代理或者不走代理