Skip to content

Commit 63cc63c

Browse files
authored
Merge pull request #8 from YsnKsy/force-release
fix(priorities): force release last commit
2 parents 1b9270a + f2c7ffa commit 63cc63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const listner = addListener(({ locationEnabled }) =>
3535
const config = {
3636
priority: PRIORITIES.HIGH_ACCURACY, // default BALANCED_POWER_ACCURACY
3737
alwaysShow: true, // default false
38-
needBle: true, // default false
38+
needBle: false, // default false
3939
};
4040

4141
// Check if location is enabled or not

0 commit comments

Comments
 (0)