HyungJun Choi
HyungJun Choi
plz check `android/app/src/main/java//MainActivity.java` after call `react-native set-splash ...`, maybe code are changed like below. ```java public class MainActivity extends ReactActivity { ReactContext reactContext; PopupWindow popupWindow; @Override protected void onCreate(Bundle savedInstanceState)...
`drop` method need to modify. [drop](https://github.com/marpple/FxJS/blob/master/Strict/dropRight.js) method must receive one argument(`l`). so example code modified like below ```js dropRight(0, [1, 2, 3, 4]); // [1, 2, 3, 4] dropRight(1, [1,...
I have same issue `undefined error ... indexOf`. i found that some library like `react-native-localize`, `i18n-js`, `import {mergeAll, flatten} from 'ramda';` occurs error. My Custom component use it. but after...
i have same error. ``` Error: EISDIR: illegal operation on a directory, read at Object.readSync (fs.js:564:3) at tryReadSync (fs.js:349:20) at Object.readFileSync (fs.js:386:19) at UnableToResolveError.buildCodeFrameMessage (/Users/einere/WebstormProjects/light-mobile-app/node_modules/metro/src/node-haste/DependencyGraph/ModuleResolution.js:304:17) at new UnableToResolveError (/Users/einere/WebstormProjects/light-mobile-app/node_modules/metro/src/node-haste/DependencyGraph/ModuleResolution.js:290:35) at...
@dannyhw New project made by `react-native init` with storybook is working well.. But, sorry for that the project is private repository.. š so, it's hard to share the project repository.
@dannyhw My private project using "react-native-splash-screen" package. When run debug mode (android), splash screen is not hiding. So, i fixed `MainActivity.java` code to not showing splash screen. ```java public class...
always getting "hqdefault.webp" image whatever `posterquality` value
@justinribeiro oh, i checked it. it works fine now. thank you. š