diff --git a/iut-expo-starter/components/Details.tsx b/iut-expo-starter/components/Details.tsx new file mode 100644 index 00000000..278478bd --- /dev/null +++ b/iut-expo-starter/components/Details.tsx @@ -0,0 +1,169 @@ +import React from "react" +import { useSafeAreaInsets } from "react-native-safe-area-context"; +import { View, Text, StyleSheet, TouchableHighlight, Image } from "react-native"; +import { City, Weather } from "../data/stub"; + + +type CityProps = { + weather: Weather, +} + +export function Details(props: CityProps){ + + + const weather: Weather = props.weather + const city = weather.city + + return ( + + {city.name} + + {city.longitude} - {city.latitude} + + + + + {weather?.weatherType} + + + + {weather?.temperature}°C + Ressenti {weather?.temperatureFeelsLike}°C + + + + + + + HUMIDITY + + {weather?.humidity}% + + + + + WIND SPEED + + {weather?.windSpeed} km/h + + + + + + + PRESSURE + + {weather?.pressure} hPa + + + + + VISIBILITY + + {weather?.visibility} km + + + + ); +} + +const styles = StyleSheet.create({ + name: { + marginTop: 30, + fontSize: 35, + fontWeight: "bold" + }, + place: { + marginBottom: 20, + }, + petitText: { + fontSize: 15 + }, + image: { + height: 100, + width: 100 + }, + title: { + fontWeight: "bold", + fontSize: 18 + }, + temperature: { + marginTop: 10, + fontSize: 25, + fontWeight: "600" + }, + petitTemp: { + fontSize: 16, + marginBottom: 35 + }, + weatherType: { + fontSize: 17, + marginBottom: 20 + }, + button: { + height: 30, + width: 30, + marginTop: 13, + alignSelf: "flex-end", + margin: 5 + }, + supertruc: { + flexDirection: "row" + }, + supertrucencore: { + flexDirection: "column" + }, + petitImage: { + height: 40, + width: 40, + marginRight: 7, + marginTop: 15 + }, + imageHumidity: { + height: 20, + width: 20, + marginLeft: 10 + }, + leftBox: { + alignSelf: "flex-start", + margin: 25, + marginTop: 10, + marginBottom: 5, + height: 90, + width: 150, + flexDirection: "column", + backgroundColor: "powderblue", + borderRadius: 20 + }, + rightBox: { + alignSelf: "flex-start", + marginRight: 25, + marginTop: 10, + marginBottom: 5, + height: 90, + width: 150, + flexDirection: "column", + backgroundColor: "powderblue", + borderRadius: 20 + }, + humidityText: { + marginTop: 13, + fontWeight: "bold", + fontSize: 20, + alignSelf: "center" + }, + text: { + fontWeight: "normal", + fontStyle: 'italic', + fontSize: 10, + alignSelf: "center", + marginLeft: 7 + }, + imageEtTexte: { + flexDirection: "row", + marginTop: 13 + }, + boxes: { + flexDirection: "row" + } + }); diff --git a/iut-expo-starter/components/VilleCompopo.tsx b/iut-expo-starter/components/VilleCompopo.tsx index f200b589..bb7448b0 100644 --- a/iut-expo-starter/components/VilleCompopo.tsx +++ b/iut-expo-starter/components/VilleCompopo.tsx @@ -26,15 +26,17 @@ export function VilleCompopo(props: VilleProps){ return ( - + {props.weather.city.name} {props.weather.city.latitude} - {props.weather.city.longitude} - {props.weather.temperature} - changeFavoriteCity(props.weather.city, isFavorite)}> + + {props.weather.temperature} + changeFavoriteCity(props.weather.city, isFavorite)}> - + + ); @@ -64,8 +66,9 @@ const styles = StyleSheet.create({ button: { height: 30, width: 30, - marginTop: 13, alignSelf: "flex-end", - margin: 5 - } + marginRight: "5%", + marginLeft: "10%" + }, + }); \ No newline at end of file diff --git a/iut-expo-starter/node_modules/.bin/fa5-upgrade b/iut-expo-starter/node_modules/.bin/fa5-upgrade new file mode 120000 index 00000000..40a6cfc1 --- /dev/null +++ b/iut-expo-starter/node_modules/.bin/fa5-upgrade @@ -0,0 +1 @@ +../react-native-vector-icons/bin/fa5-upgrade.sh \ No newline at end of file diff --git a/iut-expo-starter/node_modules/.bin/generate-icon b/iut-expo-starter/node_modules/.bin/generate-icon new file mode 120000 index 00000000..8715ecb9 --- /dev/null +++ b/iut-expo-starter/node_modules/.bin/generate-icon @@ -0,0 +1 @@ +../react-native-vector-icons/bin/generate-icon.js \ No newline at end of file diff --git a/iut-expo-starter/node_modules/.yarn-integrity b/iut-expo-starter/node_modules/.yarn-integrity index 1f591846..2385a345 100644 --- a/iut-expo-starter/node_modules/.yarn-integrity +++ b/iut-expo-starter/node_modules/.yarn-integrity @@ -12,6 +12,7 @@ "@react-navigation/native@^6.1.3", "@react-navigation/stack@^6.3.12", "@reduxjs/toolkit@^1.9.3", + "@rneui/themed@^4.0.0-rc.7", "@types/react-native@~0.70.6", "@types/react@~18.0.14", "expo-cli@^6.1.0", @@ -354,6 +355,7 @@ "@react-navigation/routers@^6.1.6": "https://registry.npmjs.org/@react-navigation/routers/-/routers-6.1.6.tgz", "@react-navigation/stack@^6.3.12": "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-6.3.12.tgz#8e3779efd0b2ad015f62b89193b9eacecb41fab2", "@reduxjs/toolkit@^1.9.3": "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-1.9.3.tgz#27e1a33072b5a312e4f7fa19247fec160bbb2df9", + "@rneui/themed@^4.0.0-rc.7": "https://registry.yarnpkg.com/@rneui/themed/-/themed-4.0.0-rc.7.tgz#5a016b853ee2e62bfd3183d39fc03b35864012f6", "@segment/loosely-validate-event@^2.0.0": "https://registry.npmjs.org/@segment/loosely-validate-event/-/loosely-validate-event-2.0.0.tgz", "@sideway/address@^4.1.3": "https://registry.npmjs.org/@sideway/address/-/address-4.1.4.tgz", "@sideway/formula@^3.0.0": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz", diff --git a/iut-expo-starter/node_modules/@babel/plugin-syntax-bigint/LICENSE b/iut-expo-starter/node_modules/@babel/plugin-syntax-bigint/LICENSE index f31575ec..5b4c386f 100644 --- a/iut-expo-starter/node_modules/@babel/plugin-syntax-bigint/LICENSE +++ b/iut-expo-starter/node_modules/@babel/plugin-syntax-bigint/LICENSE @@ -1,6 +1,4 @@ -MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors +Copyright (c) 2011-2016 Heather Arthur Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -20,3 +18,4 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + diff --git a/iut-expo-starter/node_modules/@react-native-async-storage/async-storage/android/build.gradle b/iut-expo-starter/node_modules/@react-native-async-storage/async-storage/android/build.gradle index ff1baa45..462db2d2 100644 --- a/iut-expo-starter/node_modules/@react-native-async-storage/async-storage/android/build.gradle +++ b/iut-expo-starter/node_modules/@react-native-async-storage/async-storage/android/build.gradle @@ -39,18 +39,14 @@ buildscript { ? rootProject.ext['kotlinVersion'] : rootProject.hasProperty('AsyncStorage_kotlinVersion') ? rootProject.properties['AsyncStorage_kotlinVersion'] - : '1.6.10' + : '1.8.10' repositories { mavenCentral() google() } dependencies { - def projectExampleDir = Paths.get(project.projectDir.getParent(), "example", "android").toString() - def rootProjectDir = rootProject.projectDir.getPath() - if (projectExampleDir == rootProjectDir) { - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$asyncStorageKtVersion" - } + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$asyncStorageKtVersion" } } @@ -78,10 +74,10 @@ if (useNextStorage) { } android { - compileSdkVersion safeExtGet('compileSdkVersion', 31) + compileSdkVersion safeExtGet('compileSdkVersion', 32) defaultConfig { - minSdkVersion safeExtGet('minSdkVersion', 21) - targetSdkVersion safeExtGet('targetSdkVersion', 31) + minSdkVersion safeExtGet('minSdkVersion', 23) + targetSdkVersion safeExtGet('targetSdkVersion', 32) buildConfigField "Long", "AsyncStorage_db_size", "${dbSizeInMB}L" buildConfigField "boolean", "AsyncStorage_useDedicatedExecutor", "${useDedicatedExecutor}" buildConfigField "boolean", "AsyncStorage_useNextStorage", "${useNextStorage}" @@ -112,9 +108,9 @@ repositories { dependencies { if (useNextStorage) { - def room_version = getVersionOrDefault('AsyncStorage_next_roomVersion', '2.4.2') - def coroutines_version = "1.6.0" - def coroutinesTest_version = "1.6.0" + def room_version = getVersionOrDefault('AsyncStorage_next_roomVersion', '2.4.3') + def coroutines_version = "1.6.4" + def coroutinesTest_version = "1.6.4" // if we don't provide explicit dependency on reflection, kotlin plugin // would add one automatically, probably a version that is not compatible with // used kotlin diff --git a/iut-expo-starter/node_modules/@react-native-async-storage/async-storage/android/src/main/java/com/reactnativecommunity/asyncstorage/next/StorageSupplier.kt b/iut-expo-starter/node_modules/@react-native-async-storage/async-storage/android/src/main/java/com/reactnativecommunity/asyncstorage/next/StorageSupplier.kt index e8a0c419..c05f0181 100644 --- a/iut-expo-starter/node_modules/@react-native-async-storage/async-storage/android/src/main/java/com/reactnativecommunity/asyncstorage/next/StorageSupplier.kt +++ b/iut-expo-starter/node_modules/@react-native-async-storage/async-storage/android/src/main/java/com/reactnativecommunity/asyncstorage/next/StorageSupplier.kt @@ -105,7 +105,7 @@ private object MIGRATION_TO_NEXT : Migration(1, 2) { } } -@Database(entities = [Entry::class], version = DATABASE_VERSION, exportSchema = true) +@Database(entities = [Entry::class], version = DATABASE_VERSION, exportSchema = false) internal abstract class StorageDb : RoomDatabase() { abstract fun storage(): StorageDao diff --git a/iut-expo-starter/node_modules/@react-native-async-storage/async-storage/node_modules/.bin/react-native b/iut-expo-starter/node_modules/@react-native-async-storage/async-storage/node_modules/.bin/react-native deleted file mode 120000 index 30f54fcb..00000000 --- a/iut-expo-starter/node_modules/@react-native-async-storage/async-storage/node_modules/.bin/react-native +++ /dev/null @@ -1 +0,0 @@ -../../../../react-native/cli.js \ No newline at end of file diff --git a/iut-expo-starter/node_modules/@react-native-async-storage/async-storage/package.json b/iut-expo-starter/node_modules/@react-native-async-storage/async-storage/package.json index 016638d2..1e3c0b56 100644 --- a/iut-expo-starter/node_modules/@react-native-async-storage/async-storage/package.json +++ b/iut-expo-starter/node_modules/@react-native-async-storage/async-storage/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-async-storage/async-storage", - "version": "1.17.12", + "version": "1.18.1", "description": "Asynchronous, persistent, key-value storage system for React Native.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", @@ -64,7 +64,7 @@ "merge-options": "^3.0.4" }, "peerDependencies": { - "react-native": "^0.0.0-0 || 0.60 - 0.71 || 1000.0.0" + "react-native": "^0.0.0-0 || 0.60 - 0.72 || 1000.0.0" }, "devDependencies": { "@babel/core": "^7.12.0", diff --git a/iut-expo-starter/node_modules/@rneui/base/CHANGELOG.md b/iut-expo-starter/node_modules/@rneui/base/CHANGELOG.md new file mode 100644 index 00000000..571a2682 --- /dev/null +++ b/iut-expo-starter/node_modules/@rneui/base/CHANGELOG.md @@ -0,0 +1,130 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 4.0.0-rc.7 (2022-10-28) + + +### Bug Fixes + +* add children as prop ([#3583](https://github.com/react-native-elements/react-native-elements/issues/3583)) ([d7fd4e2](https://github.com/react-native-elements/react-native-elements/commit/d7fd4e23c05990e645b4c2c923e690e65dd179d4)) +* rename `white` theme color to `background` ([#3664](https://github.com/react-native-elements/react-native-elements/issues/3664)) ([48795ec](https://github.com/react-native-elements/react-native-elements/commit/48795eca211a55d447dcfdf4d17a3e1456d03ebc)) +* **Switch:** Android throws an error when setting it to false ([#3601](https://github.com/react-native-elements/react-native-elements/issues/3601)) ([1246628](https://github.com/react-native-elements/react-native-elements/commit/1246628825d925f147dcde260047e8e2c614ec6e)) +* **TabView:** iOS TabView issue ([#3635](https://github.com/react-native-elements/react-native-elements/issues/3635)) ([b3fc37e](https://github.com/react-native-elements/react-native-elements/commit/b3fc37ed169e25ebcde99c5d21814d28e36b474d)) + + +### Features + +* **SeachBar:** add `onKeyboardHide` for android ([#3657](https://github.com/react-native-elements/react-native-elements/issues/3657)) ([7960f47](https://github.com/react-native-elements/react-native-elements/commit/7960f4739e094b76ae342f3bb23aab6443b709a9)) +* update Tab component ([#3658](https://github.com/react-native-elements/react-native-elements/issues/3658)) ([67eb98b](https://github.com/react-native-elements/react-native-elements/commit/67eb98b82b035eb554d87b40988077b169c0d571)) + + + +# 4.0.0-rc.5 (2022-06-25) + + +### Bug Fixes + +* **Button:** theme spacing xs error ([#3563](https://github.com/react-native-elements/react-native-elements/issues/3563)) ([172499f](https://github.com/react-native-elements/react-native-elements/commit/172499fb44d0e99210a670eaa97990bbc8b3e53f)) +* fix peerDependency compatibility ([#3545](https://github.com/react-native-elements/react-native-elements/issues/3545)) ([7a811f9](https://github.com/react-native-elements/react-native-elements/commit/7a811f9b3b8e674a74b173d75c657dd7fabb817a)) +* **Tab:** indicator with initial index ([#3564](https://github.com/react-native-elements/react-native-elements/issues/3564)) ([8a44601](https://github.com/react-native-elements/react-native-elements/commit/8a44601650c2a141ba249cd6874d75b1c2e60452)) +* **Tooltip:** add default value in measure component ([#3550](https://github.com/react-native-elements/react-native-elements/issues/3550)) ([dd72676](https://github.com/react-native-elements/react-native-elements/commit/dd72676964d4ffdc71c11d14709d19e839d94c40)) + + + +# 4.0.0-rc.4 (2022-05-21) + + +### Bug Fixes + +* **ButtonGroup:** add and improve types and add tests ([#3220](https://github.com/react-native-elements/react-native-elements/issues/3220)) ([9f08153](https://github.com/react-native-elements/react-native-elements/commit/9f08153cf25a067880c74913a1355d1cf530d414)) +* **Dialog:** Action button on web ([#3514](https://github.com/react-native-elements/react-native-elements/issues/3514)) ([d835acc](https://github.com/react-native-elements/react-native-elements/commit/d835acc4457e7108cfc6008f6b49fb66c3f1af42)) +* **ListItem:** Accordion children areas were not hidden ([#3517](https://github.com/react-native-elements/react-native-elements/issues/3517)) ([dc1d369](https://github.com/react-native-elements/react-native-elements/commit/dc1d369e125cfbac936d4ffe034210915a0e79aa)) +* **ListItem:** left & right content width onRelease in Swipeable ([#3534](https://github.com/react-native-elements/react-native-elements/issues/3534)) ([7816555](https://github.com/react-native-elements/react-native-elements/commit/7816555f2483bc2103b85094cfbb3c87f7f98dca)) +* **Tab:** inputRange using Array.from ([#3538](https://github.com/react-native-elements/react-native-elements/issues/3538)) ([65a1fa9](https://github.com/react-native-elements/react-native-elements/commit/65a1fa9f72a07ff371552cb65b92df864fb0cfe7)) + + + +# 4.0.0-rc.3 (2022-05-09) + + +### Bug Fixes + +* **Icon:** raised ios shadow issue ([#3491](https://github.com/react-native-elements/react-native-elements/issues/3491)) ([6224af4](https://github.com/react-native-elements/react-native-elements/commit/6224af4aa83979f531c160d18f81786c41c19bfa)) +* **ListItem:** custom Icon for Accordion ([#3504](https://github.com/react-native-elements/react-native-elements/issues/3504)) ([fd0bbb6](https://github.com/react-native-elements/react-native-elements/commit/fd0bbb63b924c48964ba91f52d056a8aaf87af29)) +* **Tab:** indicator on first render ([#3505](https://github.com/react-native-elements/react-native-elements/issues/3505)) ([974d344](https://github.com/react-native-elements/react-native-elements/commit/974d344f38ca12895711f87e2103b94479193612)) + + +### Features + +* **base:** add makeStyles ([#3510](https://github.com/react-native-elements/react-native-elements/issues/3510)) ([2ba0764](https://github.com/react-native-elements/react-native-elements/commit/2ba07640635fe5f4456fc6d45844ced986a511c5)) +* **Button:** add title as children,`size`, `color`, `radius` prop ([#3494](https://github.com/react-native-elements/react-native-elements/issues/3494)) ([4774fae](https://github.com/react-native-elements/react-native-elements/commit/4774fae98968d532f2f1e1ab43793ccb71c24b37)) +* **theming:** add `spacing` to theme ([#3495](https://github.com/react-native-elements/react-native-elements/issues/3495)) ([f71f16e](https://github.com/react-native-elements/react-native-elements/commit/f71f16eae0279baa183009799f5ecfa0a96b714d)) +* **Tooltip:** add `animationType` prop ([#3487](https://github.com/react-native-elements/react-native-elements/issues/3487)) ([52d2f27](https://github.com/react-native-elements/react-native-elements/commit/52d2f2705f973d2a3a15d3acb6260a3fc3a58351)) + + + +# 4.0.0-rc.2 (2022-04-27) + + +### Bug Fixes + +* **Chip:** border radius on tap ([#3442](https://github.com/react-native-elements/react-native-elements/issues/3442)) ([2720463](https://github.com/react-native-elements/react-native-elements/commit/2720463439f08c5af9553476ecea00f14424b29e)) +* **ListItem:** isExpanded set default false for Accordion ([#3475](https://github.com/react-native-elements/react-native-elements/issues/3475)) ([3a66591](https://github.com/react-native-elements/react-native-elements/commit/3a66591fd3d770c0e77731da8748c84534f7d20d)) +* **ListItem:** Swipeable panresponders ([#3449](https://github.com/react-native-elements/react-native-elements/issues/3449)) ([eca3f2e](https://github.com/react-native-elements/react-native-elements/commit/eca3f2efcc50e7dcf158323bce7da7e938aaa9f0)) +* **Overlay:** custom backgroundColor override ([#3471](https://github.com/react-native-elements/react-native-elements/issues/3471)) ([2ad403a](https://github.com/react-native-elements/react-native-elements/commit/2ad403ac8b241420892b2b680ae9f5d7ead4ed6a)) +* **SearchBar:** typescript errors ([#3437](https://github.com/react-native-elements/react-native-elements/issues/3437)) ([ec01b65](https://github.com/react-native-elements/react-native-elements/commit/ec01b65cbbb3a3795e0450a4c744acffa2b31d56)) +* **Skeleton:** remove `type` from import ([#3476](https://github.com/react-native-elements/react-native-elements/issues/3476)) ([455276a](https://github.com/react-native-elements/react-native-elements/commit/455276a21eacd864883a4e7b90bec0aafba1ff35)) +* **SpeedDial.Action:** wrap with pressable ([#3480](https://github.com/react-native-elements/react-native-elements/issues/3480)) ([6de7aa0](https://github.com/react-native-elements/react-native-elements/commit/6de7aa0985edc90a0325244227eda9e4aab71b60)) +* **SpeedDial:** add themed FAB ([#3436](https://github.com/react-native-elements/react-native-elements/issues/3436)) ([e70d40b](https://github.com/react-native-elements/react-native-elements/commit/e70d40b262f199b31e533e42c57c2c18c6ccdfde)) +* **SpeedDial:** Left placement for Actions ([#3479](https://github.com/react-native-elements/react-native-elements/issues/3479)) ([d006fe9](https://github.com/react-native-elements/react-native-elements/commit/d006fe9f532430a00931877be8a5cda4b4027942)) +* **ThemeProvider:** add `children` prop explicitly ([#3477](https://github.com/react-native-elements/react-native-elements/issues/3477)) ([45f9523](https://github.com/react-native-elements/react-native-elements/commit/45f9523300d9bcc74837ddc01dc6b787cb4be54b)) +* **Tooltip:** removeEventListener deprecated warning ([#3440](https://github.com/react-native-elements/react-native-elements/issues/3440)) ([f4db70d](https://github.com/react-native-elements/react-native-elements/commit/f4db70d862f906ce714ba3226dd9936e11cddc85)) + + +### Features + +* **CheckBox:** add disabled, disabledTitleStyle, disabledStyle props ([#3430](https://github.com/react-native-elements/react-native-elements/issues/3430)) ([d35df60](https://github.com/react-native-elements/react-native-elements/commit/d35df60071b4d8ab6d6eb7724147a5eac9eeebec)) + + + +# 4.0.0-rc.1 (2022-03-28) + + +### Bug Fixes + +* pkg entry point for react-native cli ([#3403](https://github.com/react-native-elements/react-native-elements/issues/3403)) ([2c4bf8a](https://github.com/react-native-elements/react-native-elements/commit/2c4bf8a4a31498ce4dd2aefe22cff5cfc13363f1)) +* remove Partial Color Type ([#3418](https://github.com/react-native-elements/react-native-elements/issues/3418)) ([c9c2bdc](https://github.com/react-native-elements/react-native-elements/commit/c9c2bdc58198392727c1b6affccf6201724a2391)) +* **Tab, TabView:** conditional rendering ([#3397](https://github.com/react-native-elements/react-native-elements/issues/3397)) ([781e47a](https://github.com/react-native-elements/react-native-elements/commit/781e47adbedb4b93daa37ee659d3e9ef7b9ed5aa)) +* **TabView:** swipe issue ([#3380](https://github.com/react-native-elements/react-native-elements/issues/3380)) ([fc3bb93](https://github.com/react-native-elements/react-native-elements/commit/fc3bb9365ef9cc1d8ba512ad38c5cc4ce83dc311)) + + + +# 4.0.0-rc.0 (2022-03-16) + + +### Bug Fixes + +* **AirbnbRating:** add props to parent component ([#3335](https://github.com/react-native-elements/react-native-elements/issues/3335)) ([f859d68](https://github.com/react-native-elements/react-native-elements/commit/f859d685f6415558f26b406cf05741aca84accd6)) +* change TextProps from type to interface to enable declaration me… ([#3198](https://github.com/react-native-elements/react-native-elements/issues/3198)) ([c850731](https://github.com/react-native-elements/react-native-elements/commit/c8507312644c1e5bd4228f04a3f09b0f3e8c866e)) +* **Dialog:** remove container view ([#3384](https://github.com/react-native-elements/react-native-elements/issues/3384)) ([bcff691](https://github.com/react-native-elements/react-native-elements/commit/bcff691f733aae5b003126575f5e3e55d0500d31)) +* **docs:** broken props and links ([29fe60b](https://github.com/react-native-elements/react-native-elements/commit/29fe60b6147fb12169c978e3827d693c4e51b161)) +* **FAB:** add small size style ([#3322](https://github.com/react-native-elements/react-native-elements/issues/3322)) ([b4a7296](https://github.com/react-native-elements/react-native-elements/commit/b4a729645b064ae7854eb32eeb060b8c0ac18cc2)) +* **Icon:** preserve custom testID property ([#3376](https://github.com/react-native-elements/react-native-elements/issues/3376)) ([9f713f1](https://github.com/react-native-elements/react-native-elements/commit/9f713f158b41e8a40fae92bb5d168d38c7502cc3)) +* **ListItem:** remove Accordion height animation ([#3352](https://github.com/react-native-elements/react-native-elements/issues/3352)) ([217f623](https://github.com/react-native-elements/react-native-elements/commit/217f6235cbab43710d0e0cc045d24f9dc3505f6f)) +* **Slider:** Fix issues with scrub and allowTouchTrack ([#3203](https://github.com/react-native-elements/react-native-elements/issues/3203)) ([74de9ea](https://github.com/react-native-elements/react-native-elements/commit/74de9ea3b3f0b02f40435aa7367fa602d8150650)) +* **themeColors:** add support for dark mode ([#3078](https://github.com/react-native-elements/react-native-elements/issues/3078)) ([8a7743e](https://github.com/react-native-elements/react-native-elements/commit/8a7743ebe6ade1cbab9bd5b0b896d05c65976b20)) + + +### Features + +* Add style props to TabView component ([#3191](https://github.com/react-native-elements/react-native-elements/issues/3191)) ([efb76aa](https://github.com/react-native-elements/react-native-elements/commit/efb76aab455b2c93e875f691b82227b838b97ab2)) +* **BottomSheet:** add onBackdropPress handler ([#3074](https://github.com/react-native-elements/react-native-elements/issues/3074)) ([de1a02b](https://github.com/react-native-elements/react-native-elements/commit/de1a02b551cd1ef8ea33d164b4bea6d434e5a914)) +* **ListItem:** add `onSwipeBegin`,`onSwipeEnd`, resetCallback ([#3180](https://github.com/react-native-elements/react-native-elements/issues/3180)) ([2a5a8b0](https://github.com/react-native-elements/react-native-elements/commit/2a5a8b039da3a6b62d82445815229e244dacde83)) +* **Skeleton:** new universal component package ([#3357](https://github.com/react-native-elements/react-native-elements/issues/3357)) ([1cca2db](https://github.com/react-native-elements/react-native-elements/commit/1cca2db1967330ef42a67c9b885a460ed27a4762)) +* **Tab:** add horizontally scrollable Tab.Items ([#3336](https://github.com/react-native-elements/react-native-elements/issues/3336)) ([a0a919b](https://github.com/react-native-elements/react-native-elements/commit/a0a919bbda0888bb57fb94c329a59fd6f325cc2d)) +* **TabView:** add `disableSwipe` & `disableTransition` prop ([#3372](https://github.com/react-native-elements/react-native-elements/issues/3372)) ([b45e1a9](https://github.com/react-native-elements/react-native-elements/commit/b45e1a9555fb061ca6f7e6102d3c04f9b7cc78e8)) + + + diff --git a/iut-expo-starter/node_modules/@rneui/base/README.md b/iut-expo-starter/node_modules/@rneui/base/README.md new file mode 100644 index 00000000..db3dcdc9 --- /dev/null +++ b/iut-expo-starter/node_modules/@rneui/base/README.md @@ -0,0 +1,174 @@ +

+ + react-native-elements + +

+ +

+ Cross Platform React Native UI Toolkit +

+ +

+ + + + + +

+ +
+ + + + +
+ +

+ + + +

+ +
+ +![React Native Elements UI Toolkit](https://user-images.githubusercontent.com/5962998/37248832-a7060286-24b1-11e8-94a8-847ab6ded4ec.png) + +## Installation + +```bash +npm install @rneui/base +``` + +Follow +[these instructions](https://reactnativeelements.com/docs/) +to install React Native Elements! + +## Usage + +Start using the components or try it on Snack +[here](https://snack.expo.io/rJu6gJfBZ). + +```js +import { Button } from '@rneui/base'; + +const App = () =>