10.28.2-174 • Published 12 months ago

trimble-maps-cpik-react-native-library v10.28.2-174

Weekly downloads
1
License
ISC
Repository
-
Last release
12 months ago

In react native, you can provide a dependency library or component name in package.json. It will download all of the dependent components when you run “npm install”. The following is sample code for package.json.

JSON "dependencies": { "trimble-maps-cpik-react-native-library": "{CoPilot version number}" //For example "10.14.0.425". },

Add the details below to the AndroidManifest.xml in the android application

First we need to add some attributes to the main activity in your application that is used on startup.

XML android:name="com.alk.helloworld.MainActivity" android:multiprocess="false" android:configChanges="mcc|mnc|locale|keyboard|keyboardHidden|orientation|screenSize|fontScale|uiMode|smallestScreenSize|screenLayout" android:launchMode="singleTask" android:label="@string/mainactivity_label" android:windowSoftInputMode="stateHidden|adjustPan">

<action android:name="android.intent.action.MAIN">
<category android:name="android.intent.category.LAUNCHER">

The application will also need to add the following services and metadata to the 'application' element inside the Android Manifest.

XML

Finally, the application will need additional permission access inside the 'manifest' element, sibling to the 'application' element in the xml tree.

XML

10.28.2-155

1 year ago

10.28.2-156

1 year ago

10.28.2-174

12 months ago

10.28.2-142

1 year ago

10.26.1-585-1

1 year ago

10.27.0-2914

1 year ago

10.27.0-2909

1 year ago

10.26.1-585

2 years ago

10.26.1-446

2 years ago

10.26.1-303

2 years ago

10.26.0-668

3 years ago

10.19.3-48

3 years ago

10.19.4-349

3 years ago

10.19.0-1716

4 years ago

10.19.0-1405

5 years ago

10.19.0-1401

5 years ago

10.19.0-1292

5 years ago

10.19.0-1305

5 years ago

10.14.0-609

5 years ago

10.14.0-608

5 years ago

10.14.0-549

5 years ago

10.14.0

5 years ago

10.14.0-487

5 years ago

10.14.0-474

5 years ago

10.14.0-466

5 years ago