skip to Main Content

Save markups to database on close event – Reactjs

I am attempting to insert markups data into a cloud database by utilizing Autodesk.Viewing.TOOL_CHANGE_EVENT. However, it appears that this event is triggered before the markups data is extracted via `markupsExtension.generateData() //Make sure the extentions loaded viewer?.current?.loadModel(path.urlPath, {}, function onSuccess() {…

VIEW QUESTION

Error: Element type is invalid: expected a string (for built-in components) or a class/function but got: undefined on HomeScreen – React native

This is HomeScreen.js import { StatusBar } from 'expo-status-bar'; import React, { useState,useRef,useEffect } from 'react'; import { StyleSheet,Text,View,Dimensions ,ScrollView,Image,FlatList} from 'react-native'; import { Icon } from 'react-native-elements'; import MapView, { PROVIDER_GOOGLE } from 'react-native-maps'; import * as Location from…

VIEW QUESTION
Back To Top
Search