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

Commit 33c1031

Browse files
authored
Updated Authentication.md
Corrected path for `facebook.xml`, would not work otherwise.
1 parent 5e29bad commit 33c1031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/AUTHENTICATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Then add the following lines to your code and check for setup instructions for y
217217
android:name="com.tns.NativeScriptActivity"
218218
..>
219219
```
220-
3. Create a file `app\App_Resources\Android\facebooklogin.xml` and add this (replace the id):
220+
3. Create a file `app\App_Resources\Android\values\facebooklogin.xml` and add this (replace the id):
221221

222222
```xml
223223
<?xml version='1.0' encoding='utf-8'?>

0 commit comments

Comments
 (0)