Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 4274b04

Browse files
Nativescript 4.0 | Issue with new App_resources / nsconfig #677
1 parent bbcd470 commit 4274b04

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+5
-1
lines changed
File renamed without changes.

demo/app/main-page.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TabViewItem.view>
66
<ScrollView>
77
<StackLayout class="tab-content">
8-
<Image margin="10" src="~/res/telerik-logo.png"/>
8+
<Image margin="10" src="~/images/telerik-logo.png"/>
99
<Label text="Firebase plugin demo" class="title"/>
1010
<Label text="Create awesome realtime apps with Firebase. Make sure you provide your own Firebase URL in main-view-model.js" textWrap="true"/>
1111
<Label text="You can either use the Web API or Native API. Under the hoods those use the same native SDK functions. The difference is in how you interact with the plugin. You can even mix usage (fi. the Web API doesn't have push notifications, so you can use the Native API for push and the Web API for authentication)." textWrap="true" style="margin-top: 14"/>

demo/nsconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"appPath": "app",
3+
"appResourcesPath": "resources"
4+
}
File renamed without changes.

0 commit comments

Comments
 (0)