Daewoon Kim

Results 9 issues of Daewoon Kim

몇몇분들이 게임을 플레이 하시던 도중, 경험치 혹은 아이템이 사라지는 오류를 겪고 계십니다. 흔히 백섭이라고 하죠. 소스상으로는 문제가 없는것 같은데 왜그럴까요??

bug
on-game-server

**Describe the bug** When i use transition-all and rounded-lg, final style was made to {borderBottomLeftRadius:0, borderBottomRightRadius:0} I think maybe this default values made me confused. https://github.com/marklawlor/nativewind/blob/4232087bd2405e8d9b42979fcda429b5ddaa2a49/packages/react-native-css-interop/src/runtime/native/resolve-value.ts#L292 **To Reproduce** set className...

#5 풀리퀘스트 남겨두었습니다. 확인 후 merge 부탁드립니다.

enhancement

![image](https://user-images.githubusercontent.com/5188404/34662465-3f9020fc-f494-11e7-9603-841d4c9968ad.png) 시간이 된다면 반응형 노려보겠습니다.

bug
enhancement

I know that already notifee is supporting MessagingStyle Notification. But it doesn't showing like Communication Notification on iOS After i searching about it, i found it need to set ShorcutInfo...

**Describe the bug** If i use transition-colors and size-6, nativeStyleToProp: { width: true, height: true}, width, height props was missed. **Reproduction** tailwindcss: 3.4.4 nativewind: 4.1.21 ```tsx import { Svg }...

### Target Branch 0.82 ### Link to commit or PR to be picked https://github.com/facebook/react-native/pull/54238 ### Description Our team tried to upgrade to RN 0.82 for better performance and etc. But...

Type Pick Request

### Target Branch 0.82 ### Link to commit or PR to be picked https://github.com/facebook/react-native/pull/54124 ### Description The 0.82 release blog post says we can use the DOM API, but it's...

Type Pick Request

RuntimeException android.graphics.RecordingCanvas in throwIfCannotDraw ```tsx type HeaderBottomMaskedProps = { children?: ReactNode; disabled?: boolean; }; const toBlack = ['rgba(0,0,0,0)', 'rgb(0,0,0)']; const fromBlack = ['rgb(0,0,0)', 'rgba(0,0,0,0)']; const blackStyle = { flex: 1,...