Choi Boo
Choi Boo
same issue
@RyuuseiKang 감사합니다. 해결했습니다. 공식문서보고 RNNaverMapView.java 파일만 파고 들었는데 다른 파일도 수정해줘야하는군요. 다만, setLocationTrackingMode 메소드에 2, 3 인자 값을 넘겨주면 핸드폰이 바라보고 있는 방향을 제대로 잡지 못하네요
저도 같은 이슈를 겪고 있는데 2가지 대체방안이 있지만 전 첫 번째 대체방안 적용 중입니다. 1. icon heading 없이 위치 아이콘 추적하는 방법 (테스트 O) 2. 커스텀 아이콘을 제작하여 위치 아이콘...
> I found solution. ```tsx import NaverMapView, {Marker } from 'react-native-nmap'; const mapRef = useRef(null); const PList = [ { latitude: 37.3711013793945, longitude: 126.958999633789 }, { latitude: 37.5654983520508, longitude: 126.990997314453...
> @solidchu @yunyeop 두 분처럼 > > ``` > pod 'NMapsMap','3.10.1' > ``` > > 을 명시하는 경우엔 m1에서 아이폰 기기(iphone X)로 빌드됩니다. (시뮬레이터에선 안 되고요 ㅠㅠ) 특히 버전을 `3.10.1`로...
@cortinico I have Error. how can i fix it? ```json "react": "18.2.0", "react-native": "0.73.6", "react-native-fast-image": "^8.6.3", ``` ```java // /node_modules/react-native-fast-image/android/src/main/java/com/dylanvann/fastimage/FastImageViewManager.java @@ -14,14 +14,19 @@ import androidx.annotation.NonNull; import com.bumptech.glide.Glide; import com.bumptech.glide.RequestManager;...
same issue ` "next-seo": "^6.1.0"`
same issue I tested it with a real device. iPhone xs, iPhone 15 pro iPhone xs) smooth https://drive.google.com/file/d/1-b44qM9FlORviEfCBHrjEB7seTYcwkge/view?usp=sharing iPhone 15 pro) not smooth https://drive.google.com/file/d/1-bXdX7cSgetWkvB9iB5SCr3tX_OmFTFA/view?usp=sharing I think it has something to...
I used patch-package. ```java // node_modules/react-native-background-timer/android/src/main/java/com/ocetnik/timer/BackgroundTimerModule.java @ReactMethod public void setTimeout(final int id, final double timeout) { Handler handler = new Handler(); handler.postDelayed(new Runnable(){ @Override public void run(){ if (getReactApplicationContext().hasActiveCatalystInstance()) {...
just you have to download wow.min.js and put in index.html ```html new WOW().init(); ```