10.27.0-2914 • Published 3 months ago

trimble-maps-cpik-react-native-library v10.27.0-2914

Weekly downloads
1
License
ISC
Repository
-
Last release
3 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.26.1-585-1

3 months ago

10.27.0-2914

3 months ago

10.27.0-2909

3 months ago

10.26.1-585

6 months ago

10.26.1-446

10 months ago

10.26.1-303

1 year ago

10.26.0-668

1 year ago

10.19.3-48

2 years ago

10.19.4-349

2 years ago

10.19.0-1716

3 years ago

10.19.0-1405

3 years ago

10.19.0-1401

3 years ago

10.19.0-1292

4 years ago

10.19.0-1305

4 years ago

10.14.0-609

4 years ago

10.14.0-608

4 years ago

10.14.0-549

4 years ago

10.14.0

4 years ago

10.14.0-487

4 years ago

10.14.0-474

4 years ago

10.14.0-466

4 years ago