Skip to content

Commit

Permalink
Merge pull request #1 from aladdinstudios/fix-type-declarations
Browse files Browse the repository at this point in the history
Fix TypeScript Declaration.
  • Loading branch information
itsaladin authored Feb 11, 2023
2 parents be52c74 + 9726196 commit c84f972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare module "react-native-immersive-bars" {
declare module "@aladdinstudios/react-native-immersive-bars" {
export function changeBarColors(
isDarkMode: boolean,
translucentLightStr?: string,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aladdinstudios/react-native-immersive-bars",
"version": "1.0.5",
"version": "1.0.6",
"description": "React Native component to change bottom bar/navigation bar to be transparent on Android",
"mainNote": "Do not add .js extension. It breaks the ability for metrto to detect platforms",
"main": "index",
Expand Down

0 comments on commit c84f972

Please sign in to comment.