File tree Expand file tree Collapse file tree 4 files changed +3
-45
lines changed Expand file tree Collapse file tree 4 files changed +3
-45
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 11describe ( '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 ) ;
You can’t perform that action at this time.
0 commit comments