atharesinc / athares

Expo Web and Native Codebase
0 stars 0 forks source link

Implemented cross-platform Alerts #18

Closed actuallydan closed 4 years ago

actuallydan commented 4 years ago

MeshAlert uses sweetalert on web and native Alerts for iOS and Android. Now we can call MeshAlert({...}) with some basic properties and achieve the same non-blocking, non-DOM-inserting alerts functionality (although visually very different).

Closes #7