juyoung jung
Results
2
issues of
juyoung jung
### Version of react-native-naver-map libraries "react-native-nmap": "^0.0.59" ### Version of react-native "react-native": "0.64.0", ### Platforms you faced the error (IOS or Android or both?) ios ### Expected behavior 1. npm...
There is an issue with the [addDays documentation](https://date-fns.org/v2.29.1/docs/addDays) ### The problem with addDays documentation ```javascript // Add 10 days to 1 September 2014: const result = addDays(new Date(2014, 8, 1),...