Skip to content

Commit 0976203

Browse files
committed
Adding stale bot; updating changelog; fix ios bundle identifier
1 parent 7e44db8 commit 0976203

File tree

4 files changed

+75
-16
lines changed

4 files changed

+75
-16
lines changed

.github/stale.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Number of days of inactivity before an issue becomes stale
2+
daysUntilStale: 90
3+
# Number of days of inactivity before a stale issue is closed
4+
daysUntilClose: 30
5+
# Issues with these labels will never be considered stale
6+
exemptLabels:
7+
- Bug report
8+
- Feature request
9+
- merge-candidate
10+
# Label to use when marking an issue as stale
11+
staleLabel: stale
12+
# Comment to post when marking an issue as stale. Set to `false` to disable
13+
markComment: >
14+
This issue has been automatically marked as stale because it has not had
15+
recent activity. It will be closed if no further activity occurs. Thank you
16+
for your contributions.
17+
# Comment to post when closing a stale issue. Set to `false` to disable
18+
closeComment: false

CHANGELOG.md

+48-9
Original file line numberDiff line numberDiff line change
@@ -275,50 +275,89 @@
275275
- Reservation - secure calls to prop functions to avoid crashes.
276276

277277
## [1.258.0] - 2020-1-25
278+
### Fix
278279
- file cosmetics.
279280

280281
## [1.259.0] - 2020-1-25
282+
### Added
281283
- Android - app icon and demo app name.
282284

283285
## [1.260.0] - 2020-2-3
286+
### Fix
284287
- Fix app icon.
285288

286289
## [1.261.0] - 2020-2-5
290+
### Added
287291
- Calendar - adding accessibility features.
288292

289293
## [1.262.0] - 2020-2-18
294+
### Added
290295
- Agenda - adding scroll events callbacks (PR #1063).
291296

292297
## [1.263.0] - 2020-2-18
298+
### Added
293299
- Calendar - passing testID to header (PR #1058).
294300

295301
## [1.264.0] - 2020-3-3
302+
### Bug fix
296303
- CalendarListItem - fix previous months bug (PR #1069).
297304

298305
## [1.265.0] - 2020-3-12
306+
### Added
299307
- Setup Detox for e2e tests (iOS).
300308

301309
## [1.282.0] - 2020-6-04
302-
- New Feature - Enable swipe in calendar
310+
### New Feature
311+
- Calendar - Enable swipe.
303312

304313
## [1.291.0] - 2020-6-10
305-
- New Feature - Render custom header in calendar
306-
- Update Calendar List's example with the new feature
314+
### New Feature
315+
- Calendar - Render custom header.
307316

308317
## [1.292.0] - 2020-6-10
309-
- New Feature - Show should six weeks in the calendar by passing showSixWeeks
318+
### New Feature
319+
- Calendar - Show should show six weeks by passing 'showSixWeeks'.
310320

311321
## [1.297.0] - 2020-6-17
312-
- Bug Fix - Calendar isn't getting re-rendered if the first day prop is changed.
322+
### Bug fix
323+
- Calendar isn't getting re-rendered if the first day prop is changed.
313324

314325
## [1.298.0] - 2020-6-17
315-
- New Feature - Control the swipe on Calendar with new prop - enableSwipeMonths
326+
### New Feature
327+
- Calendar - Control the swipe with new 'enableSwipeMonths' prop.
316328

317329
## [1.299.0] - 2020-8-5
318-
- Fix - Android RNN version and configuration (PR #1251).
330+
### Fix
331+
- Android RNN version and configuration (PR #1251).
319332

320333
## [1.300.0] - 2020-8-5
321-
- Fix - ExpandableCalendar and AgendaList RTL style.
334+
### Fix
335+
- ExpandableCalendar and AgendaList RTL style.
322336

323337
## [1.309.0] - 2020-8-12
324-
- Fix - AgendaList - check 'dayFormat' prop before passing to XDate.toString().
338+
### Fix
339+
- AgendaList - Check 'dayFormat' prop before passing to XDate.toString().
340+
341+
## [1.310.0] - 2020-8-13
342+
### Fix
343+
- Calendar - Remove default gesture wrapper (PR #1248).
344+
345+
## [1.311.0] - 2020-8-13
346+
### Fix
347+
- Fix E2E tests (PR #1255).
348+
349+
## [1.312.0] - 2020-8-13
350+
### Added
351+
- Test E2E on CI (PR #1264).
352+
353+
## [1.313.0] - 2020-8-16
354+
### Added
355+
- Prettier (PR #1265).
356+
357+
## [1.314.0] - 2020-8-16
358+
### Fix
359+
- Fix iOS example bundle identifier.
360+
- ExpandableCalendar style - using I18nManager from common constants.
361+
### Added
362+
- Updating CHANGELOG.
363+
- Configuring github stale bot.

ios/CalendarsExample.xcodeproj/project.pbxproj

+7-5
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@
686686
TestTargetID = 13B07F861A680F5B00A75B9A;
687687
};
688688
13B07F861A680F5B00A75B9A = {
689-
DevelopmentTeam = 78G36M9BB8;
689+
DevelopmentTeam = D452Y9D57S;
690690
ProvisioningStyle = Automatic;
691691
};
692692
2D02E47A1E0B4A5D006451C7 = {
@@ -1298,6 +1298,7 @@
12981298
baseConfigurationReference = AC897BA667FD0C3E9D8F0D63 /* Pods-CalendarsExampleTests.debug.xcconfig */;
12991299
buildSettings = {
13001300
BUNDLE_LOADER = "$(TEST_HOST)";
1301+
DEVELOPMENT_TEAM = "";
13011302
GCC_PREPROCESSOR_DEFINITIONS = (
13021303
"DEBUG=1",
13031304
"$(inherited)",
@@ -1317,6 +1318,7 @@
13171318
buildSettings = {
13181319
BUNDLE_LOADER = "$(TEST_HOST)";
13191320
COPY_PHASE_STRIP = NO;
1321+
DEVELOPMENT_TEAM = "";
13201322
INFOPLIST_FILE = CalendarsExampleTests/Info.plist;
13211323
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
13221324
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
@@ -1335,10 +1337,10 @@
13351337
CODE_SIGN_STYLE = Automatic;
13361338
CURRENT_PROJECT_VERSION = 1;
13371339
DEAD_CODE_STRIPPING = NO;
1338-
DEVELOPMENT_TEAM = 78G36M9BB8;
1340+
DEVELOPMENT_TEAM = D452Y9D57S;
13391341
INFOPLIST_FILE = CalendarsExample/Info.plist;
13401342
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1341-
PRODUCT_BUNDLE_IDENTIFIER = org.reactjs.native.chen.CalendarsExample;
1343+
PRODUCT_BUNDLE_IDENTIFIER = org.reactjs.native.CalendarsExample;
13421344
PRODUCT_NAME = CalendarsExample;
13431345
PROVISIONING_PROFILE_SPECIFIER = "";
13441346
TARGETED_DEVICE_FAMILY = "1,2";
@@ -1354,10 +1356,10 @@
13541356
CODE_SIGN_IDENTITY = "Apple Development";
13551357
CODE_SIGN_STYLE = Automatic;
13561358
CURRENT_PROJECT_VERSION = 1;
1357-
DEVELOPMENT_TEAM = 78G36M9BB8;
1359+
DEVELOPMENT_TEAM = D452Y9D57S;
13581360
INFOPLIST_FILE = CalendarsExample/Info.plist;
13591361
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1360-
PRODUCT_BUNDLE_IDENTIFIER = org.reactjs.native.chen.CalendarsExample;
1362+
PRODUCT_BUNDLE_IDENTIFIER = org.reactjs.native.CalendarsExample;
13611363
PRODUCT_NAME = CalendarsExample;
13621364
PROVISIONING_PROFILE_SPECIFIER = "";
13631365
TARGETED_DEVICE_FAMILY = "1,2";

src/expandableCalendar/style.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {StyleSheet, Platform, I18nManager} from 'react-native';
1+
import {StyleSheet, Platform} from 'react-native';
22
import * as defaultStyle from '../style';
33

44

@@ -104,7 +104,7 @@ export default function styleConstructor(theme = {}) {
104104
},
105105
arrowImage: {
106106
tintColor: appStyle.arrowColor,
107-
transform: I18nManager.isRTL ? [{scaleX: -1}] : undefined
107+
transform: commons.isRTL ? [{scaleX: -1}] : undefined
108108
},
109109
todayButtonContainer: {
110110
alignItems: appStyle.todayButtonPosition === 'right' ? 'flex-end' : 'flex-start',

0 commit comments

Comments
 (0)