Skip to content

Commit b57a64b

Browse files
committed
chore: update demo
1 parent 83f8862 commit b57a64b

File tree

4 files changed

+3
-45
lines changed

4 files changed

+3
-45
lines changed

demo/app/App_Resources/Android/AndroidManifest.xml

Lines changed: 0 additions & 43 deletions
This file was deleted.

demo/app/App_Resources/Android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
android:name="com.tns.NativeScriptActivity"
3030
android:label="@string/title_activity_kimera"
3131
android:configChanges="keyboardHidden|orientation|screenSize"
32+
android:exported="true"
3233
android:theme="@style/LaunchScreenTheme">
3334

3435
<meta-data android:name="SET_THEME_ON_LAUNCH" android:resource="@style/AppTheme" />

demo/app/main-page.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Page xmlns="http://schemas.nativescript.org/tns.xsd"
2-
xmlns:Lottie="nativescript-lottie" navigatingTo="navigatingTo" class="page">
2+
xmlns:Lottie="@nativescript-community/ui-lottie" navigatingTo="navigatingTo" class="page">
33
<Page.actionBar>
44
<ActionBar title="Airbnb Lottie" icon="" class="action-bar"></ActionBar>
55
</Page.actionBar>

demo/app/tests/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
describe('lottiview class', function() {
22
it('can be instantiated', function() {
33
var testLottieView;
4-
var LottieView = require('nativescript-lottie').LottieView;
4+
var LottieView = require('@nativescript-community/ui-lottie').LottieView;
55
if (LottieView) {
66
testLottieView = new LottieView();
77
console.log('LottieView instance: ' + testLottieView);

0 commit comments

Comments
 (0)