-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: conditional icon rendering (#73)
* chore: remove bare workflow example * fix: icon rendering and touchable on android issue * refactor: update menu list blur view props * refactor: update backdrop for android * chore: update peer dependencies * chore: update yarn lock and gitignore * refactor: update example app as expo * chore: update gitignore * fix: ts issues * v0.1.4 * chore: update changelog * chore: update playground example * refactor: use tap gesture for both platforms * v0.1.5 * refactor: use absolute path for package
- Loading branch information
1 parent
39d2b65
commit bd61a37
Showing
87 changed files
with
25,382 additions
and
9,120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule example-expo
deleted from
a532d8
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"12bb71342c6255bbf50437ec8f4441c083f47cdb74bd89160c15e4f43e52a1cb": true, | ||
"40b842e832070c58deac6aa9e08fa459302ee3f9da492c7e77d93d2fbf4a56fd": true | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import 'react-native-gesture-handler'; | ||
|
||
import { SafeAreaProvider } from 'react-native-safe-area-context'; | ||
import MainApp from './src/App'; | ||
|
||
export default function App() { | ||
return ( | ||
<SafeAreaProvider> | ||
<MainApp /> | ||
</SafeAreaProvider> | ||
); | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.