You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,4 +205,12 @@ Todos
205
205
- [ ] React Native support. [1](https://github.com/zenyr/react-native-portal) [2](https://github.com/cloudflare/react-gateway) [3](https://medium.com/@naorzruk/portals-in-react-native-22797ba8aa1b) [4](https://stackoverflow.com/questions/46505378/can-we-have-react-16-portal-functionality-react-native) [5](https://github.com/callstack/react-native-paper/blob/master/src/components/Portal/PortalManager.tsx) Probably going to have to add a `Provider`...
206
206
- [ ] add correct return types
207
207
- [ ] tests (priority)
208
-
- [ ] maybe have a `<Provider order={['Modal', 'openModal']} />` then you can change the order of the array destructuring syntax
208
+
- [ ] potential syntax ideas
209
+
```
210
+
// then you can change the order of the array destructuring syntax
0 commit comments