{"id":19311990,"url":"https://github.com/weblineindia/react-native-introduction-slider","last_synced_at":"2026-03-10T19:32:45.125Z","repository":{"id":129984952,"uuid":"279266557","full_name":"weblineindia/React-Native-Introduction-Slider","owner":"weblineindia","description":"A React Native based component for creating slider in your application.","archived":false,"fork":false,"pushed_at":"2022-02-03T10:35:21.000Z","size":930,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T13:35:41.526Z","etag":null,"topics":["image-slider","intro-slider","introduction-slider","react-components","react-native","react-native-component","react-native-components","react-native-library","react-native-module","react-native-plugin","react-slider-component","reactnative","reactnative-intro-slider","reactnativedemo","slider-component"],"latest_commit_sha":null,"homepage":"https://www.weblineindia.com/software-development-resources.html","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weblineindia.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-13T10:06:24.000Z","updated_at":"2023-03-22T22:20:38.000Z","dependencies_parsed_at":"2023-06-09T13:47:41.373Z","dependency_job_id":null,"html_url":"https://github.com/weblineindia/React-Native-Introduction-Slider","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weblineindia%2FReact-Native-Introduction-Slider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weblineindia%2FReact-Native-Introduction-Slider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weblineindia%2FReact-Native-Introduction-Slider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weblineindia%2FReact-Native-Introduction-Slider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weblineindia","download_url":"https://codeload.github.com/weblineindia/React-Native-Introduction-Slider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250267320,"owners_count":21402454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["image-slider","intro-slider","introduction-slider","react-components","react-native","react-native-component","react-native-components","react-native-library","react-native-module","react-native-plugin","react-slider-component","reactnative","reactnative-intro-slider","reactnativedemo","slider-component"],"created_at":"2024-11-10T00:32:02.438Z","updated_at":"2026-03-10T19:32:45.060Z","avatar_url":"https://github.com/weblineindia.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Native Introduction Slider Component\n\nA React Native based component for creating slider in your application. \n\n## Getting started\n\n- [Demo](#demo)\n- [Installation](#installation)\n- [Supported versions](#supported-versions)\n- [Usage](#usage)\n- [Props](#props)\n- [Methods](#methods)\n- [Want to Contribute?](#want-to-contribute?)\n- [Need Help?](#need-help?)\n- [Collection of Components](#collection-of-components)\n- [Changelog](#changelog)\n- [License](#license)\n- [Keywords](#keywords)\n\n## Demo\n\n[![](IntroductionSlider.png)](https://github.com/weblineindia/React-Native-Introduction-Slider/blob/master/IntroductionSlider.png)\n\n## Installation\n\n`$ npm install rn-weblineindia-intro-slider --save`\n\n## Supported versions\n\nWe have tested this component in ReactNative 0.60 - 0.66.4. You can still use it in other versions.\n\n## Usage\n\nCreate a new component file and regiser AppIntro component with props data\n\n```javascript\nimport AppIntro from 'rn-weblineindia-intro-slider';\n\nconst propData = {\n    sourceType: 'URL',\n    navigateTo: 'SelectionScreen',\n    defaultTint: 'gray',\n    selectedTint: 'black',\n    buttonStyle: {\n      fontSize: 15,\n      color: 'white',\n      textAlign: 'right',\n    },\n    DATA: [\"https://picsum.photos/200/501\", \"https://picsum.photos/300/502\"],\n  };\n\nexport default const IntroductionSlider = ({ navigation }) =\u003e {\n    return \u003cAppIntro \n      extraData={propData}\n      navigation={navigation}\n      onSkipTapped={() =\u003e { navigation.goBack() }}\n    /\u003e\n  }\n \n```\n\nRegister IntroductionSlider Component to the navigation stack\n\n```javascript\nimport IntroductionSlider from '../IntroductionSlider';\n\n\u003cStack.Screen \n    name=\"IntroductionSlider\" \n    component={IntroductionSlider}\n/\u003e\n```\n\nHere is a sample screen through which you can navigate to the IntroductionSlider Component\n\n```javascript\n\u003cTouchableOpacity onPress={()=\u003e navigation.navigate('IntroductionSlider')}\u003e\n    // Your code here\n\u003c/TouchableOpacity\u003e\n```\n\n### Callback\n\n```javascript\nthis.props.onSkipTapped(this.state.index);\n\nonSkipTapped={() =\u003e \n  // callback actions here...\n}\n```\n\n## Props\n\n| **Props**            | **Type** | **Required** | **Description**                                                               |\n|----------------------|----------|--------------|-------------------------------------------------------------------------------|\n| sourceType           | `string` | yes          | Using which source you want to load images, either assets or from url.        |\n| navigateTo           | `string` | yes          | Route name you want to navigate when user tapped on Skip or Continue          |\n| defaultTint          | `string` | no           | Default tint color for page-control                                           |\n| selectedTint         | `string` | no           | Selected tint color for page-control                                          |\n| buttonStyle          | `object` | no           | Style for Skip and Continue text                                              |\n| DATA                 | `object` | yes          | Array of images, it contain assets or url                                     |\n| isAutoScroll         | `boolean`| no           | default true                                                                  |\n| timeDuration         | `number` | no           | default 5 sec, For better result use max 3 sec                                |\n\n## Methods\n\n| **Method**           | **Description**                                                             |\n|----------------------|-----------------------------------------------------------------------------|\n| onSkipTapped         | Callback method that is called when user pressed on Skip or Cancel button.  |\n\n-----\n\n## Want to Contribute?\n\n- Created something awesome, made this code better, added some functionality, or whatever (this is the hardest part).\n- [Fork it](http://help.github.com/forking/).\n- Create new branch to contribute your changes.\n- Commit all your changes to your branch.\n- Submit a [pull request](http://help.github.com/pull-requests/).\n\n-----\n\n## Need Help? \n\nWe also provide a free, basic support for all users who want to use this ReactNative Introduction Slider Component in their software project. In case you want to customize this Introduction Slider Component to suit your development needs, then feel free to contact our [ReactNative developers](https://www.weblineindia.com/hire-react-native-developers.html).\n\n-----\n\n## Collection of Components\n\nWe have built many other components and free resources for software development in various programming languages. Kindly click here to view our [Free Resources for Software Development](https://www.weblineindia.com/software-development-resources.html).\n\n------\n\n## Changelog\n\nDetailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.md).\n\n------\n\n## License\n\n[MIT](LICENSE)\n\n[mit]: https://github.com/weblineindia/React-Native-Introduction-Slider/blob/master/LICENSE\n\n------\n\n### Keywords\n\n rn-weblineindia-intro-slider, react-native-intro-slider, intro-slider, introduction-slider, react-native\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweblineindia%2Freact-native-introduction-slider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweblineindia%2Freact-native-introduction-slider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweblineindia%2Freact-native-introduction-slider/lists"}