@tamagui/core 1.72.0 → 1.72.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/native.js +1 -1
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +1 -1
- package/dist/test.native.js.map +1 -1
- package/native-test.d.ts +1 -0
- package/native-test.js +1 -0
- package/package.json +9 -7
package/dist/test.native.js
CHANGED
|
@@ -6284,7 +6284,7 @@ var import_react_native_use_responder_events = __toESM(require_index_native()),
|
|
|
6284
6284
|
|
|
6285
6285
|
// src/getBaseViews.native.ts
|
|
6286
6286
|
function getBaseViews() {
|
|
6287
|
-
let native =
|
|
6287
|
+
let native = require("react-native");
|
|
6288
6288
|
return {
|
|
6289
6289
|
View: native.View || native.default.View,
|
|
6290
6290
|
Text: native.Text || native.default.Text
|