refactor: extract logic by platforms using interface#345
refactor: extract logic by platforms using interface#345hyochan merged 4 commits intocrossplatformkorea:mainfrom
Conversation
|
시간내서 PR만들어주셔서 감사합니다! 바빠서 이슈만 만들어놓고 제가 고칠생각을 못했네요🥲 |
리뷰해주셔서 감사합니다 :) re-exports 는 놓친 부분이었는데 감사합니다. module suffixes 를 설정해보았는데요! 설정된 순서대로 컴파일 시점에 파일참조 우선순위를 정하는 옵션이다보니 |
| "version": "5.2.4", | ||
| "description": "React Native Module for Kakao Login", | ||
| "main": "src/index.js", | ||
| "main": "src/index", |
may resolve #337